Device-Bugs icon indicating copy to clipboard operation
Device-Bugs copied to clipboard

@media screen and (max-width: 320px)

Open grayghostvisuals opened this issue 13 years ago • 0 comments
trafficstars

Don't know if we can officially call this a bug but it is in my book......

iPod 3rd Generation running iOS5 in Safari loads styles for 320px screen size even when in 480px landscape mode.

In other words, @media screen and (max-width: 320px) will still serve styles to 480px landscape. Even though the orientation has changed the device width is still 320px which is extremely confusing to developers and designers

grayghostvisuals avatar May 23 '12 14:05 grayghostvisuals