Custom HTML Embed Code
You can custom your HTML embed code in Settings.
Change the Alt Text
Alternative (Alt) Text is meant to convey the reason of the image as it relates to the content of a document or webpage.
You can easily change the content of alt text in the settings.

Change the Width and Height of Image

Change the Style of the Image

Also, you need to add style
tag in HTML Code Template.
<img src='{image_url}' alt='{alt_text}' width='{width}' height='{height}' style='{style}'>
Change HTML Code Template

Last updated