fix exposure theme
This commit is contained in:
parent
67065362b2
commit
124429e95c
@ -261,5 +261,5 @@ nav ul li > a.item-menu::before {
|
||||
}
|
||||
|
||||
.gallery-cover img.fillWidth {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -32,10 +32,10 @@
|
||||
{% endif %}
|
||||
{% if video %}
|
||||
<div class="gallery-cover">
|
||||
<img class="fillWidth" alt="" src="{{ video.generate_thumbnail("900") }}">
|
||||
<video autoplay loop muted class="fillWidth">
|
||||
<source src="{{ video }}" type="video/webm" data-source="{{ video }}" data-format="vp8" data-extension="webm">
|
||||
</video>
|
||||
<img class="fillWidth" alt="" src="{{ video.generate_thumbnail("900") }}">
|
||||
</div>
|
||||
{% set video = "" %}
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user