我正在使用colorbox iframe。
$('.preview-popup').colorbox({
rel: 'preview-popup',
width: width,
height: height,
iframe: true,
scrolling: false});
在彩盒内显示图像。
如何通过单击上一个和下一个按钮,使用图像的高度和宽度自动调整colobox的大小?
任何帮助表示感谢。
由于