css3 - Is there a single common media query for styling all iphone 4, 4s, 5 -


is there single common media query styling iphone in portrait , landscape mode

ues following media query :

iphone in portrait & landscape :

  @media screen      , (min-device-width : 320px)      , (max-device-width : 568px) { /* styles go here */} 

for more information http://stephen.io/mediaqueries/ refrence,its helpful.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -