diff --git a/files/templates/default.html b/files/templates/default.html index 70f8434d6..96837c024 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -507,7 +507,9 @@ var linkText = document.getElementById("desktop-expanded-video-link"); var inlineVideo = document.getElementById("desktop-expanded-video2"); - inlineVideo.src = video; + str = `` + + inlineVideo.innerHTML = str; linkText.href = video; linkText.textContent = 'View original'; diff --git a/files/templates/expanded_video_modal2.html b/files/templates/expanded_video_modal2.html index 896bf8158..dc2dbf242 100644 --- a/files/templates/expanded_video_modal2.html +++ b/files/templates/expanded_video_modal2.html @@ -5,10 +5,7 @@