set image width to percentage, to float with page width

This commit is contained in:
Greg Gauthier 2021-11-26 22:55:37 +00:00
parent 9aff17e6a8
commit 57dfb523b6

View File

@ -12,7 +12,7 @@
</span>
<span>
{{ if isset .Params "image" }}
<img src="{{ with .Params.image }}{{ . }}{{ end }}" width="800px" height="385px"
<img src="{{ with .Params.image }}{{ . }}{{ end }}" width="98%" height="385px"
style="border-color: #777777; border-width: thin; border-style: solid"/>
{{ end }}
</span>