set image width to percentage, to float with page width
This commit is contained in:
parent
9aff17e6a8
commit
57dfb523b6
@ -12,7 +12,7 @@
|
|||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
{{ if isset .Params "image" }}
|
{{ 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"/>
|
style="border-color: #777777; border-width: thin; border-style: solid"/>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user