javascript - Limit zoom page -


By using Firefox, the user can maximize the entire webpage by simply pressing CTRL + < / P>

I want to stop users from zooming in excess of 150%. How can I go about doing this? I tried googling, but I could not find any answer.


Comments

Popular posts from this blog

GO: Serve static pages -

Folder list php -

java - how to parse a JSON string into ObjectNode in Jackson? -