[fix] ups, forgot to reput resized image

This commit is contained in:
Laurent Peuch 2016-11-01 13:48:45 +01:00
parent d42d49c9d0
commit 5bd7404a18

View File

@ -32,7 +32,7 @@
{% set image = Image(section.image) %} {% set image = Image(section.image) %}
{{ image.copy() }} {{ image.copy() }}
<section class="full-picture" style="background: url('{{ image }}') no-repeat fixed center top / cover, url('{{ image }}') no-repeat fixed center top / cover transparent;"> <section class="full-picture" style="background: url('{{ image }}') no-repeat fixed center top / cover, url('{{ image.generate_thumbnail("x450") }}') no-repeat fixed center top / cover transparent;">
{% if section.text %} {% if section.text %}
<div class="picture-text"> <div class="picture-text">