Browse Source

Merge pull request #2406 from TechnicalSuwako/fix-non-js-player

fix non-JS player #2405
pull/2522/head
syeopite 4 years ago
committed by GitHub
parent
commit
a65b9b2b53
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      assets/css/player.css

4
assets/css/player.css

@ -218,6 +218,10 @@ video.video-js {
#player-container {
position: relative;
padding-left: 0;
padding-right: 0;
margin-left: 1em;
margin-right: 1em;
padding-bottom: 82vh;
height: 0;
}

Loading…
Cancel
Save