Back to Zola

Gallery

docs/templates/shortcodes/gallery.html

0.22.1171 B
Original Source

{% for asset in page.assets -%} {%- if asset is matching(".$") -%} {% set image = resize_image(path=asset, width=240, height=180) %} {%- endif %} {%- endfor %}