Fix #57
This commit is contained in:
parent
d14710a706
commit
ae5812b363
BIN
example/first_gallery/video.mp4
Normal file → Executable file
BIN
example/first_gallery/video.mp4
Normal file → Executable file
Binary file not shown.
@ -79,6 +79,7 @@ a {
|
||||
height: 100%;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gallery-title {
|
||||
@ -262,4 +263,5 @@ nav ul li > a.item-menu::before {
|
||||
|
||||
.gallery-cover img.fillWidth {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
</div>
|
||||
</section>
|
||||
{% 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 %}
|
||||
<div class="picture-text">
|
||||
<div class="picture-text-column">
|
||||
|
Loading…
x
Reference in New Issue
Block a user