Forums

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

Home Forums CSS [Solved] allow zoom without affecting layout Reply To: [Solved] allow zoom without affecting layout

#171625
randy
Participant

Hi Paulie,

Thanks for your reply.

Zoom 500% is just a sample, it could be 125%, 150% and so on.

Yes, it’s mobile and desktop, a responsive layout.

Currently, I have many media query breakpoints.

Another example here:

Let say, I have a device with 480px width, by default (100%) it will select this media query:
@media only screen and (max-width: 480px)

However when I zoom in a little more (150%) it will select this media query:
@media only screen and (max-width: 320px)


So, how can we keep the browser using this media query @media only screen and (max-width: 480px) no matter how far I zoom in or out?

Thanks.

Regards,
Randy