Help article
How do I enable enlargement of inserted images including display of titles?
Images that you insert into a content page can be enlarged with a tap. To do this, you just need to make the following small change:
Then switch to the HTML source code view.
Enclose the image displayed there in an “A” HTML tag so that the app responds accordingly when tapped and displays the enlarged view.
After saving the changes, the image will enlarge when tapped.
Tip: If you don’t want a blue border around the image, simply add the line `style="outline:0px;"` inside the `IMG` tag, as shown!
