diff options
author | Anton Schubert | 2020-08-23 17:47:36 +0200 |
---|---|---|
committer | Anton Schubert | 2020-08-23 17:47:50 +0200 |
commit | 371c1256defd6e82d450115520725591f7350098 (patch) | |
tree | 6931f3c732c616e91afc0379c95787c0cbe7e68b /assets/css | |
parent | 22e2b86f344ad79808ff542c4bfd03f3fbb8f6b9 (diff) |
bump voc-player to 1.0.0, fix player blackscreen on fullscreen
Diffstat (limited to '')
-rw-r--r-- | assets/css/_voc_player.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/_voc_player.less b/assets/css/_voc_player.less index 0a96288..49422c0 100644 --- a/assets/css/_voc_player.less +++ b/assets/css/_voc_player.less @@ -6,8 +6,9 @@ padding-bottom: 56.25%; height: auto !important; } - & > .fullscreen { - padding-bottom: 0; + & > .fullscreen[data-player] { + padding-bottom: 0; + height: 100% !important; } .media-control[data-media-control] .media-control-layer[data-controls] .bar-container[data-seekbar] { |