This commit is contained in:
Adrien Beudin 2016-10-28 17:59:54 +02:00
parent d14710a706
commit ae5812b363
3 changed files with 3 additions and 1 deletions

BIN
example/first_gallery/video.mp4 Normal file → Executable file

Binary file not shown.

View File

@ -79,6 +79,7 @@ a {
height: 100%; height: 100%;
background-position: center center; background-position: center center;
background-size: cover; background-size: cover;
overflow: hidden;
} }
.gallery-title { .gallery-title {
@ -262,4 +263,5 @@ nav ul li > a.item-menu::before {
.gallery-cover img.fillWidth { .gallery-cover img.fillWidth {
height: 100%; height: 100%;
width: 100%;
} }

View File

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