在Firefox中,“尺寸过大”的图像会自动适应iframe。其他浏览器没有此功能。当使用不同的浏览器查看网页时,如何获取“尺寸过大”的图像以自动适合iframe?
如果您使用的是Firefox浏览器,并查看:https://www.transitum.de/test/,则会发现该图片在iframe中完美显示。
如果您使用其他浏览器(例如Edge或chrome),并查看www.transitum.de/test/,则会看到仅显示图片的一部分。
到目前为止,我使用的代码是:
<iframe id="myIframe" src="https://www.mirpir.eu/images/video jukebox 2018-12-21.jpg" frameborder="0" marginwidth="0" marginheight="0" width="100%" height="510" related="0" allowfullscreen scrolling="no"></iframe>