如何通过 Fancybox 将图像完全拉伸到窗口?(Fancybox 2)fancybox 的长度与图像大小一样大,但不会更远。
我注意到许多 CSS 限制卡在 fancybox css 中,例如:
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
取出max-width/height
并设置让我们说width/height
拉伸200%
图像,但包含矩形本身(即:fancybox)的大小相同,并且不再居中。
我正在使用内联方法,例如:jQuery(".fancybox").fancybox()