Hi,
I have a Samsung Galaxy TabPro 10.1. The resolution of the screen is 2560x1600 pixels.
To create a media query for my Galaxy TabPro I used:
<link rel="stylesheet" type="text/css" href="css/style_2560x1600.css" media="screen and (min-width: 2560px)" />
But this does not work for some reason.
If I change the min-width to 1280 then it works, 1281 does not work anymore.
Why this happens? Does my tablet not have a resolution of 2560x1600 or is there something wrong with my media query?
Thanks for any help!
I believe the "browsing"
I believe the "browsing" resolution is 1280x800. I'm not entirely sure why the specs list 2560x1600 reso but the browser only operates in 1280x800.
More info can be found here:
http://en.wikipedia.org/wiki/Comparison_of_Android_devices#Samsung
http://www.binvisions.com/articles/tablet-smartphone-resolutions-screen-size-list/
Hope this helps!
Hi notbaker, thanks, that
Hi notbaker,
thanks, that makes it more clear to me!