diff --git a/js/expand-video.js b/js/expand-video.js index 84a9108f..76a2018e 100644 --- a/js/expand-video.js +++ b/js/expand-video.js @@ -94,6 +94,7 @@ function setupVideo(thumb, url) { videoHide.style.display = "inline"; videoContainer.style.display = "block"; videoContainer.style.position = "static"; + video.parentNode.parentNode.removeAttribute('style'); thumb.style.display = "none"; video.muted = (setting("videovolume") == 0);