colorbox插件:全屏

时间:2013-08-27 19:35:22

标签: jquery iframe fullscreen colorbox

我在彩盒iframe中显示了一个网址。有点像:

$.colorbox({href: url, open:true, iframe: true,  fastIframe:false, width:"1024px", height: "768px", scrolling: false,overlayClose: false,closeButton: false});

我希望彩盒能够全屏显示(就像全屏YouTube视频)。我不知道该怎么做。设置宽度:“100%”高度:“100%”仅使彩色盒占据全视口。

任何想法?

0 个答案:

没有答案