forked from MarseyWorld/MarseyWorld
remove leftover { that made videos autoplay
parent
cb9ffefb7f
commit
3262548655
|
@ -223,7 +223,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if p.is_video %}
|
{% if p.is_video %}
|
||||||
<div id="video-{{p.id}}" class="ml-md-5 d-none{ mt-4 mx-sm-auto">
|
<div id="video-{{p.id}}" class="ml-md-5 d-none mt-4 mx-sm-auto">
|
||||||
<p class="resizable">
|
<p class="resizable">
|
||||||
<video {% if p.thumburl %}poster="{{p.thumb_url}}"{% endif %} id="video2-{{p.id}}" controls preload="none" src="{{p.realurl(v)}}"></video>
|
<video {% if p.thumburl %}poster="{{p.thumb_url}}"{% endif %} id="video2-{{p.id}}" controls preload="none" src="{{p.realurl(v)}}"></video>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue