You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/shortcodes/embed_video.html
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
6
6
#} -->
7
7
<videocontrolsautoplaymutedloop>
8
-
<source
9
-
type="{{ type }}" src="{{ src }}"
8
+
<sourcetype="{{ type }}" src="{{ src }}"
10
9
onerror="parentNode.parentElement.innerText = 'Sorry, this video does not exist or your browser does not support the video codec. Try a different browser!'" />
11
-
</video> {% if caption %}<em>{{ caption }}</em>{% endif %}
10
+
</video> {% if caption %}<em>{{ caption }}</em>{% endif %}
0 commit comments