mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 07:50:23 +01:00
Fix inline epxanding of videos
This commit is contained in:
parent
054b9b8220
commit
b791b2eed3
@ -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…
Reference in New Issue
Block a user