Disable zoom function
See original GitHub issuegreat script! thank you
i just try to disable the zoom function on the images, when there isn’t enough space to display it
i tried :
allowUserZoom: false,
but it doesn’t work
anybody has an idea ?
thank you
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
how to disable Zoom-in and Zoom-out feature in windows 10
Hey, As part of our windows 10 LTSC configuration, we would like to disable all multi touch features such as pinch zoom and...
Read more >How to disable Pinch Zoom option in Windows 10
To disable the pinch zoom feature in Windows 10: Press Start button on the keyboard, type Mouse & Touchpad settings and select the...
Read more >How to Disable Zoom on a Mobile Web Page With HTML and ...
To disable the zooming option, you can use the Surefox browser, but still, the page will zoom in and out by double-tapping on...
Read more >How to disable zoom on a mobile web page using CSS?
To disable the zooming option with the multi-touch gesture we can use surefox browser but still, a user can zoom in or out...
Read more >How to Enable or Disable Pinch Zoom on a Alps Multi-Touch ...
Follow the instructions to learn how to enable or disable the Pinch Zoom function the Alps Multi-Touch Touchpad installed on some Latitude ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve managed to disable all zoom on desktop using following settings (notice
return item.initialZoomLevel;
)grab cursor for mouse dragging when zoom is disabled