diff options
Diffstat (limited to 'src/http/tpl/image.html')
-rw-r--r-- | src/http/tpl/image.html | 1 |
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> |