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:

Screenshot-2021-10-26-10-55-41.png

Then switch to the HTML source code view.

Screenshot_2021-10-26_11.08.30.png

Enclose the image displayed there in an “A” HTML tag so that the app responds accordingly when tapped and displays the enlarged view.

Screenshot-2021-10-26-11-11-43.png

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!