Colorbox宽度不计算垂直滚动条

时间:2013-08-03 17:42:57

标签: colorbox css

HY,

我知道修复存在,但我没有为页面添加书签:/

我使用colorbox加载包含图像的iframe。如果iframe高于窗口高度,则有一个垂直滚动条,逻辑! 但宽度不计算滚动条的宽度,也放置一个水平滚动条和那个suxx!如果图像的高度高于“maxHeight”值,我只想在宽度上增加20px。

以下是我使用的基本代码:

$("a.colorbox").colorbox({ maxWidth:'90%', maxHeight:'90%', scalePhotos: true, photo:true });

And this is what's happen !

谢谢,

1 个答案:

答案 0 :(得分:2)

此处提供修复: jeremysawesome patch

但是,最后一个版本的colorbox(1.5.5)需要稍作修改:

替换第640行:if(settings.scrolling){

通过这个:if(settings.get('scrolling')){