Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive design is not being responsive! Re: Responsive design is not being responsive!

#96125
pkinchla
Participant

The problem is not with media queries but mobile browsers. Pixel treament is different in mobile devices. If you place this this in your head you will see your mobile browser treat a pixel as a pixel depending on the device you are using. keep in mind different devices have different pixel aspect ratios.

more information that is better explained can be found here:

https://developer.mozilla.org/en/Mobile/Viewport_meta_tag