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?