Use background-image for cover pic

master
Will Faught 3 years ago
parent 3118c5c803
commit 195b239754

@ -12,8 +12,8 @@
</div> </div>
{{ end }} {{ end }}
<div class="row py-3"> <div class="row py-3">
<div class="col text-center"> <div class="col">
<img alt="Cover" class="rounded-4" src="{{ .Site.BaseURL }}cover.jpg" style="max-height: 20rem; max-width: 100%"> <div class="rounded-4" style="background-image: url('{{ .Site.BaseURL }}cover.jpg'); background-position: center; background-size: cover; height: 20rem; width: 100%"></div>
</div> </div>
</div> </div>
<div class="d-flex justify-content-center py-3 row"> <div class="d-flex justify-content-center py-3 row">

Loading…
Cancel
Save