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

#171643
randy
Participant

I have tried width=device-width and also width=480but it seems like the browser just ignored this line of code.

So, I placed this in stylesheet:
@-ms-viewport{
width: 480px;
}

Tested on I.E, it works but doesn’t allow to zoom in/out.

Thanks Paulie.