summaryrefslogtreecommitdiff
path: root/src/http/tpl/image.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/tpl/image.html')
-rw-r--r--src/http/tpl/image.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/tpl/image.html b/src/http/tpl/image.html
index 7778625..2484e4c 100644
--- a/src/http/tpl/image.html
+++ b/src/http/tpl/image.html
@@ -3,6 +3,7 @@
<img
src="{{ .RootURL.Asset .ID }}{{ if .Resizable }}?w=800{{ end }}"
alt="{{ .Descr }}"
+ style="width: 800px;"
/>
</a>
</div>