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 -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -