html5 - Media Query-Apple Ipad & Phone -
please advise on how apply media query(at size media query should applied) landscape size apple ipad , iphone screen size.please advise work on every phone , tablet landscape view.
use following way :
step : 1
add following meta tag in head tag
<meta name="viewport" content="width=device-width, initial-scale=1.0">
step : 2
add media query accordingly device type : http://stephen.io/mediaqueries/
here ref http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design
Comments
Post a Comment