[enh] better loading feeling, uses smaller temporary image for full-picture

This commit is contained in:
Laurent Peuch 2016-11-01 12:12:10 +01:00
parent c22b0747d8
commit 7fb406a016

View File

@ -29,7 +29,7 @@
</div> </div>
</section> </section>
{% else %} {% else %}
<section class="full-picture" style="background: transparent url('{{ image }}') no-repeat fixed center top / cover;"> <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;">
{% if section.text %} {% if section.text %}
<div class="picture-text"> <div class="picture-text">
<div class="picture-text-column"> <div class="picture-text-column">