[fix] full picture image was broken

This commit is contained in:
Laurent Peuch 2016-11-01 13:35:22 +01:00
parent ad0b188cb3
commit 7416d1fc56

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: transparent url('{{ image }}') no-repeat fixed center top / cover, transparent url('{{ image.generate_thumbnail("x450") }}') no-repeat fixed center top / cover;"> <section class="full-picture" style="background: url('{{ image }}') no-repeat fixed center top / cover, url('{{ image }}') no-repeat fixed center top / cover; background-color: rgba(0, 0, 0, 0) ">
{% if section.text %} {% if section.text %}
<div class="picture-text"> <div class="picture-text">