Set sizes on layout images, issue #49

This commit is contained in:
2024-04-03 16:09:13 +01:00
parent 0ea14ce746
commit 10043d08ed
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
<div class="column is-half">
{{ block "hero-image" . }}
{{ $hero := printf "%s/%s" "images/" .Params.hero_image }}
<img class="image hero-img" src="{{ absURL $hero }}" alt="">
<img class="image hero-img" src="{{ absURL $hero }}" alt="" height="300px">
{{ end }}
</div>
{{ end }}