我正在尝试在iframe中显示图片,图片大于iframe。我可以使用HTML使其适合吗?
照片是400 x 200,我的iframe是200x100,是否有一个HTML编码的iframe会自动将图像调整到iframe边框?
答案 0 :(得分:-1)
在iframe中使用seamless
属性:
<iframe src="demo_iframe.htm" seamless> </iframe>
和Css iframe img{width:200px;}
注意: IE,Firefox,Opera 12及更早版本不支持seamless属性。