如何在 colorbox iframe 中设置图像的高度和宽度?

Posted

技术标签:

【中文标题】如何在 colorbox iframe 中设置图像的高度和宽度?【英文标题】:How to set height and width of images in colorbox iframe? 【发布时间】:2014-06-09 06:43:57 【问题描述】:

我正在使用彩盒 iframe。

图片正在iframe 内打开。图像具有不同的分辨率。

我已将scrolling: false 设置为在图像高度和宽度增加时不滚动。

但我看不到完整的图像,如果它的大小为 3000X2000px 。

我需要resize 图像达到一定的高度和宽度。

这怎么可能?

任何帮助表示赞赏

谢谢

【问题讨论】:

Colorbox iframe resize的可能重复 【参考方案1】:

$('.myImage').attr('style','height:xxx; width:xxxx;');

【讨论】:

以上是关于如何在 colorbox iframe 中设置图像的高度和宽度?的主要内容,如果未能解决你的问题,请参考以下文章

控制 iframe 内的 Colorbox 位置

如何在 iframe 的“srcdoc”属性中设置 HTML 代码?

如何覆盖 iframe 中设置的 css 类? [复制]

如何在 iframe 中设置 Chrome 打印对话框的默认文件名?

如何在 iframe 中设置 base64 pdf 的文件名?

Colorbox - 在颜色框内容中删除自定义 iframe 时防止父页面重新加载?