wezm.net/v2/templates/shortcodes/resize_image.html

2 lines
127 B
HTML
Raw Normal View History

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