Fix inline epxanding of videos

This commit is contained in:
Fredrick Brennan 2014-05-19 14:18:46 -04:00
parent 0be16cf178
commit bd94d0c392

View File

@ -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);