Browse Source

Fix inline epxanding of videos

pull/40/head
Fredrick Brennan 10 years ago
parent
commit
bd94d0c392
  1. 1
      js/expand-video.js

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

Loading…
Cancel
Save