If I have this:
{% for image in page.media.images %}
{{ image.html }}
{% endfor %}
How do I had a class or two to the image?
Thanks in advance to any help!
If I have this:
{% for image in page.media.images %}
{{ image.html }}
{% endfor %}
How do I had a class or two to the image?
Thanks in advance to any help!
Figured it out!