Is there a method to enable image zoom inside specific divs without affecting the overall page zoom?
At the moment, I have:
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
This prevents zooming, but I still want to be able to zoom in on images within certain sections.
Is there a way to allow only selected divs/imgs to be zoomable while maintaining the no-zoom setting for the entire page?