blog/templates/shortcodes/img.html
2026-02-06 09:11:05 +01:00

3 lines
135 B
HTML

<p>
<img src="{{ src }}" alt="{{ alt | default(value='') }}" style="max-width: min({{ width | default(value='500px') }}, 100%);">
</p>