Home
AI2 Extensions
De-Googling!
Blog
Webviewer Zoom Disable
10 November 2025
#webviewer
Add the following into the the <head> section of your html to disable the zoom in your webviewer:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
Back to all blog posts