solved Responsive images in Site Builder

Isleander
Isleander
@isleander
3 years ago
545 posts
How can I make images responsive in Site Builder?
Is there an html code I can add that will do this?

Thank you.

updated by @isleander: 01/18/22 07:24:05AM
michael
@michael
3 years ago
7,692 posts
You'll need to open up the source code editor via the < > button, then add
style="width:100%"
to the image.

Its also possible to do using a class too but that takes a few extra steps of setup.
width.png
width.png  •  162KB

Isleander
Isleander
@isleander
3 years ago
545 posts
Thank you Michael- simple when you know how!