Files
blog/templates/shortcodes/size_image.html
mtgmonkey 70d46524a4 images
2025-08-07 07:06:51 -04:00

5 lines
167 B
HTML

{% set image = resize_image(path=path, width=width, height=height, op="fit") %}
<a href="{{ get_url(path=path) }}" target="_blank">
<img src="{{ image.url }}" />
</a>