Fix inline epxanding of videos
This commit is contained in:
parent
0be16cf178
commit
bd94d0c392
@ -94,6 +94,7 @@ function setupVideo(thumb, url) {
|
|||||||
videoHide.style.display = "inline";
|
videoHide.style.display = "inline";
|
||||||
videoContainer.style.display = "block";
|
videoContainer.style.display = "block";
|
||||||
videoContainer.style.position = "static";
|
videoContainer.style.position = "static";
|
||||||
|
video.parentNode.parentNode.removeAttribute('style');
|
||||||
thumb.style.display = "none";
|
thumb.style.display = "none";
|
||||||
|
|
||||||
video.muted = (setting("videovolume") == 0);
|
video.muted = (setting("videovolume") == 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user