1
I have an HTML with the meta:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes"/>
That is, can not zoom in mobile.
But inside this HTML is a div that loads an image. It would be possible to allow only this image inside the div to be zoomed in (using both fingers), not influencing the rest of the site?
At a glance in this article.
– Bruno Wego