How to make zoom-out on page or div on mobile
问题 I have problem with make site to be able to zoom out. When i set <meta name="viewport" content="width=device-width, initial-scale=1"> the page can be zoomed in but can`t be zoomed out. With adding maximum-scale and minimum scale I have the same problem. What should I do? My main goal is to is zoomable in and out (specially zoom-out) only one div (on mobile via gestures). Maybe somebody know where I can find script which do that or know the solution? 回答1: If understand you correctly, you want