Colorbox ~ empty content when set iframe true

這問題是用colorbox

而且參數iframe為true的時候

點出來的東西竟然是空的XD


$("a[xxx=colorbox]").colorbox({ fastIframe: false, iframe: true });

解決辦法是~~~設定width, height

$("a[xxx=colorbox]").colorbox({ fastIframe: false, iframe: true, width: "800px", height: "600px" });



reference
http://groups.google.com/group/colorbox/browse_thread/thread/7626b05149186997?pli=1

沒有留言: