disable autoload
This commit is contained in:
parent
5eae7d671f
commit
b8dda7bcf7
@ -10,7 +10,12 @@
|
|||||||
|
|
||||||
<!--Let browser know website is optimized for mobile-->
|
<!--Let browser know website is optimized for mobile-->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
|
{% if gallery.description %}
|
||||||
<meta name="description" content="{{ gallery.description }}" />
|
<meta name="description" content="{{ gallery.description }}" />
|
||||||
|
{% endif %}
|
||||||
|
{% if gallery.lang %}
|
||||||
|
<meta name="language" content="{{ gallery.lang }}" />
|
||||||
|
{% endif %}
|
||||||
<title>{{ gallery.title }} · {{ settings.title }}</title>
|
<title>{{ gallery.title }} · {{ settings.title }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<section class="bordered-picture baguette" style="position: relative;">
|
<section class="bordered-picture baguette" style="position: relative;">
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
<img class="lazy" data-original="{{ video.generate_thumbnail("2000") }}" src="" alt="">
|
<img class="lazy" data-original="{{ video.generate_thumbnail("2000") }}" src="" alt="">
|
||||||
<video class="lazy" id="video" poster="{{ video.generate_thumbnail("2000") }}" alt="" autoplay="autoplay" loop="loop" preload="auto" muted>
|
<video class="lazy" id="video" poster="{{ video.generate_thumbnail("2000") }}" alt="" autoplay="autoplay" loop="loop" preload="none" muted>
|
||||||
<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>
|
||||||
{% if caption %}
|
{% if caption %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user