6 lines
151 B
HTML
Raw Normal View History

2016-05-26 17:04:57 +02:00
{% set image = Image(section.image) %}
{{ image.copy() }}
2016-05-27 10:04:19 +02:00
<section class="panorama">
2016-05-26 17:04:57 +02:00
<img src="{{ image.generate_thumbnail("x800") }}">
</section>