added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / layouts / shortcodes / video.html
index ec96125..cb8f1cf 100644 (file)
@@ -31,6 +31,6 @@
        {{ if eq (.Get "autoplay") "true" }}autoplay {{ end }}
        {{ if eq (.Get "loop") "true" }}loop {{ end }}
        {{ if eq (.Get "muted") "true" }}muted {{ end }}
-       playsinline class="html-video" >
+       playsinline >
     <source src="{{ ( .Get "src" ) }}" type="video/{{ $filetype }}">
 </video>