p包裹iframe,Android中测试正常,求解决方案,谢谢!
<p>
<iframe frameborder="0" width="310" height="240" src="" allowfullscreen></iframe>
</p>
巴扎黑2017-04-18 09:48:02
The width and height cannot be fixed. The width and height of iOS devices are not fixed. Devices 4 inches and below. The width is 320; the 4.7 is 375; the 5.5 is 424 (like).
So it’s best to use percentage, or max-width; like this. certainly. You can also use css response settings.