The media-queries tag has no wiki summary.
0
votes
0answers
23 views
Why media query doesn't work in my HTC mobile? [closed]
I have created a media query for my website http://www.LankaMatters.com. When I resize the browser it works fine. But when I load in my mobile it loads the whole website in small size. Any idea what ...
1
vote
1answer
210 views
Responsive design best practice: Duplicate html elements for media querying and SEO impact?
I have a page with, in order of html appearance, a figure tag, headgroup tag, and an article tag.
In order to make a page's design responsive using media queries, I need a different order for ...
0
votes
2answers
61 views
Optimizing data downloaded via 'link' media queries and asynchronous loading
I have a website that tries to make sensible use of media queries and avoid 'expensive' CSS for users of mobile devices. My eventual goal is to make it 'mobile-first' but for now, since it is based on ...
5
votes
2answers
1k views
What are the most frequent viewport sizes to use in responsive design?
I see differnt suggestions from very detailed (like here) to more brief, like google (here). so I am wondering what are the most suitable sizes to be used @media screen.
3
votes
3answers
129 views
Users narrowing window on desktop to see mobile version?
I know this is going to seem like a strange question, but are their any stats on users narrowing their browser window so that media queries kick in and display the mobile optimised version of the ...
4
votes
1answer
1k views
How does the new iPad's (aka iPad 3) resolution play with responsive design?
So "the new iPad" has been released with a new "retina display" resolution of 2048x1536 px, but the screen size is still 9.7 inches as the previous iPad... I am wondering how will CSS media queries ...
2
votes
1answer
534 views
How to enable media queries on IE < 9
I am trying to add support for media queries in older versions of Internet Explorer, but I am not having any luck. I only need media queries, so I do not want to add a big package like Modernizr, I am ...