Skip to content
Snippets Groups Projects
Commit 05a8a43e authored by alexisben's avatar alexisben
Browse files

fix picture size

parent 8367c051
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,9 @@
{{ partial "commons/image.html"
(dict
"image" .
"mobile" "351x351"
"tablet" "336x336"
"desktop" "636x636"
"mobile" "350x350"
"tablet" "450x450"
"desktop" "1280x1280"
)}}
{{ if partial "GetTextFromHTML" .credit }}
<figcaption>{{ partial "PrepareHTML" .credit }}</figcaption>
......
......@@ -3,9 +3,9 @@
{{ partial "commons/image.html"
(dict
"image" .
"mobile" "351x168"
"tablet" "456x219"
"desktop" "856x410"
"mobile" "350x350"
"tablet" "450x450"
"desktop" "900x900"
"itemprop" true
)}}
{{- if isset . "credit" -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment