1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2024-12-25 21:49:53 +00:00
wezm.net/v2/templates/shortcodes/resize_image.html

2 lines
155 B
HTML

{% set image = resize_image(path=image, width=width, op="fit_width", quality=quality | default(value=75)) %}
<img src="{{ image.url }}" alt="{{ alt }}" />