Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/iphone/44.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iphone内置引导半屏网页_Iphone_Magento_Twitter Bootstrap 3 - Fatal编程技术网

iphone内置引导半屏网页

iphone内置引导半屏网页,iphone,magento,twitter-bootstrap-3,Iphone,Magento,Twitter Bootstrap 3,我在bootstrap3x中构建了一个站点,而在iphone中只显示了屏幕的一半。这里是网站。它是在Magento CMS中开发的。我试图在谷歌Chrome开发工具的帮助下访问该网站并在不同的设备上查看它 我注意到的一件事是背景太大了 <img src="http://na2ural.com/skin/frontend/natural/default/images/banner.jpg" class="banner"> 如果将style=“max width:100%”“应用于

我在bootstrap3x中构建了一个站点,而在iphone中只显示了屏幕的一半。这里是网站。它是在Magento CMS中开发的。

我试图在谷歌Chrome开发工具的帮助下访问该网站并在不同的设备上查看它

我注意到的一件事是背景太大了

<img src="http://na2ural.com/skin/frontend/natural/default/images/banner.jpg" class="banner">


如果将
style=“max width:100%”“
应用于此图像,则所有图像都应位于视口内

谢谢@Dejan正如你所说,问题在于视频和图像。用你的方式解决了这个问题。将图像和视频的最大宽度应用到100%。