这让我发疯:我有这个可以打开图像的fancybox 2.1.3,但是如果我调整窗口大小,图像将不会调整大小。这很奇怪,因为代码中的一切看起来都很好,如果我使用 fancybox 打开博客文章,它会很好地适应和调整大小。只有图像是f ***了......这里的例子(不是我正在做的正确网站):
http://www.brunoferraroph.altervista.org/wordpress/trattamenti/
javascript设置:
defaults: {
padding : 15,
margin : 20,
width : 800,
height : 600,
minWidth : 100,
minHeight : 100,
maxWidth : 9999,
maxHeight : 9999,
autoSize : true,
autoHeight : false,
autoWidth : false,
autoResize : true,
autoCenter : !isTouch,
fitToView : true,
aspectRatio : false,
topRatio : 0.5,
leftRatio : 0.5,
scrolling : 'auto', // 'auto', 'yes' or 'no'
wrapCSS : '',
fancybox 2.1.4 也一样,css 似乎工作...请帮助 :(