1
0
Fork 0
forked from wezm/wezm.net
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 }}" />