[mod] max panorama height

This commit is contained in:
Laurent Peuch 2015-12-10 06:19:01 +01:00
parent d4172c09da
commit 4c32a80659

View File

@ -1,4 +1,4 @@
{{ helpers.copy_image(section.image) }}
<section class="panorama">
<img src="{{ section.image }}">
<img src="{{ helpers.generate_thumbnail(section.image, "x800") }}">
</section>