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
Post a Comment