Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreen

[Glitch] Fix fullscreen video player
lolsob-rspec
beatrix 2018-04-26 11:33:24 -04:00 committed by GitHub
commit f2c6ed24d3
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@
video { video {
max-width: 100% !important; max-width: 100% !important;
max-height: 100% !important; max-height: 100% !important;
width: 100% !important;
height: 100% !important;
} }
} }