[enh] better loading feeling, uses smaller temporary image for full-picture
This commit is contained in:
parent
c22b0747d8
commit
7fb406a016
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user