mobile website for iphone problems

|▌冷眼眸甩不掉的悲伤 提交于 2020-02-07 07:10:46

问题


I'm building a mobile version for a website, and i'm having some problems...

The main page of this mobile website is basically an image i made myself with this dimensions:

  • width: 320px;

  • height: 480px;

So, this in a normal pc browser is displayed with that dimensions... but in the iphone the image appears in the top left corner with a very small size at the eyes of the user... I'm using width:100%; in the css

This is the first time i'm making a mobile website, so any help would be appreciated! Thanks


回答1:


try using this meta tag:

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">  


来源:https://stackoverflow.com/questions/4520064/mobile-website-for-iphone-problems

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!