I need help with displaying a large image (685 × 900, only 25kb in PNG) in the 'content' section so that it adjusts automatically for different screen sizes and allows users to zoom in using their fingers.
Currently, I have this code:
<div data-role="content" id="results">
<img src="img/myimg.png">
</div>
However, the image is displayed in full size and I am unable to move through it. Is there a way to fix this issue?
Thank you in advance.
Image without zoom: https://i.stack.imgur.com/SfL50.png
Zoomed image: https://i.stack.imgur.com/XpZV0.png