Allow zoom on mobile phones only in one div

1

I have HTML with the goal:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes"/>

That is, you can not zoom in on your cell phone.

But within that HTML has a div that loads an image. Would it be permissible to allow only that image within the div to be zoomed (using two fingers), not influencing the rest of the site?

    
asked by anonymous 02.01.2017 / 19:08

0 answers