kein autoplay mehr
This commit is contained in:
parent
c253050244
commit
d9dc01d261
|
@ -26,7 +26,7 @@
|
||||||
<a id="next" href="#" style="color: #ccc !important;"><i class="fa fa-arrow-left" aria-hidden="true"></i></a>
|
<a id="next" href="#" style="color: #ccc !important;"><i class="fa fa-arrow-left" aria-hidden="true"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if item == "video" %}
|
{% if item == "video" %}
|
||||||
<video id="my-video" class="video-js" src="{{ dest }}" preload="auto" height="360" width="640" controls autoplay loop data-setup="{}"></video>
|
<video id="my-video" class="video-js" src="{{ dest }}" preload="auto" height="360" width="640" controls loop data-setup="{}"></video>
|
||||||
{% elseif item == "audio" %}
|
{% elseif item == "audio" %}
|
||||||
{% if thumb != null %}
|
{% if thumb != null %}
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user