2011-01-10 70 views
1

是的,我有一個簡單的fancybox具有指定的高度和寬度。fancybox:更改高度和寬度屬性後

當你點擊這個fancybox裏面的鏈接時,它會運行一個ajax請求。在這個請求的成功,我希望fancybox改變高度和寬度。

回答

0

爲您的ajax創建一個div,另一個包含它。包含div是固定的高度和overflow: hidden。當ajax在內部div上運行帶有jQuery的.height(),然後分配一個變量並讓容器.animate()適合。

0

晚了一點,但仍然有效:

$.fancybox.update() 

// Auto-sizes fancyBox height to match height of content 

$.fancybox.toggle() 

// If content is resized to fit inside viewport than it will be expanded to full size (and vice verse)