html - Force smaller screen to scale to a larger resolution? -


my site requires @ least 720px width. iphone 6 appears resolution of 1334x750 browser reports 667px. samsung s5 supposedly 1080x1920 browser reports 640.

i know screen can handle details i'm not sure how larger resolution. need 720px minimum width do have phones <720px scale correctly? scale mean show 720px without scrolling

you need start in head code <meta name="viewport" content="width=device-width,initial-scale=1">

then add media queries css sheet support current devices http://codepen.io/mlegg10/pen/jkdoaj


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -