kombai / freewall

Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet...
MIT License
1.85k stars 375 forks source link

Media query issues #179

Closed mophiEU closed 9 years ago

mophiEU commented 9 years ago

Hi! I've created media queries in CSS to hide certain elements and to increase text size etc. on mobile devices. As I get it to work properly when resizing my browser's window, my iphone won't pick up the media queries.

Is there a solution for this? Would really appreciate answers!

Thanks

mophiEU commented 9 years ago

Solved, if someone else makes this rookie mistake, try including this in your html file:

<meta name="viewport" content="width=device-width, initial-scale=1.0">
kombai commented 9 years ago

Thanks mophiEU :+1: