From bd94d0c392372a2d34faf03bb57f3c82fe84b88c Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Mon, 19 May 2014 14:18:46 -0400 Subject: [PATCH] Fix inline epxanding of videos --- js/expand-video.js | 1 + 1 file changed, 1 insertion(+) 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);