Update render-image.html

This commit is contained in:
Richard Bronkhorst 2022-01-22 22:02:58 +01:00
parent d64ef139d5
commit 47cdd30af0

View File

@ -50,7 +50,7 @@ image size, as Hugo will upscale small images */}}
<img
alt="{{ $alt }}" title="{{ $alt }}" src="{{ $src }}"
height="{{ $src.Height}}" width="{{ $src.Width }}" class="img-fluid">
class="img-fluid">
</picture>
</a>