6 lines
151 B
HTML
Raw Normal View History

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