Forums

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

Home Forums CSS Emulating browser zoom with CSS (for accessibility) Reply To: Emulating browser zoom with CSS (for accessibility)

#268121
Zoom
Participant

I asked at stack overflow and got no answers, so I made up my own solution using a bit of javascript. In my case I just needed to scale the page once per page load, but I answered my stack overflow question with an example that is a bit more dynamic. It will need some more work if anybody will use that solution in a production site.

https://stackoverflow.com/questions/49064718/scaling-a-page-proportionally-including-media-queries/49214344#49214344