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 {
|
.gallery-cover img.fillWidth {
|
||||||
width: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -32,10 +32,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if video %}
|
{% if video %}
|
||||||
<div class="gallery-cover">
|
<div class="gallery-cover">
|
||||||
<img class="fillWidth" alt="" src="{{ video.generate_thumbnail("900") }}">
|
|
||||||
<video autoplay loop muted class="fillWidth">
|
<video autoplay loop muted class="fillWidth">
|
||||||
<source src="{{ video }}" type="video/webm" data-source="{{ video }}" data-format="vp8" data-extension="webm">
|
<source src="{{ video }}" type="video/webm" data-source="{{ video }}" data-format="vp8" data-extension="webm">
|
||||||
</video>
|
</video>
|
||||||
|
<img class="fillWidth" alt="" src="{{ video.generate_thumbnail("900") }}">
|
||||||
</div>
|
</div>
|
||||||
{% set video = "" %}
|
{% set video = "" %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user