diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-29 14:00:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-29 14:00:15 +0100 |
commit | 71ab0c07ccfe6a2b2ef5899bab53b4e983265fed (patch) | |
tree | 16ae6af30134f1ba9e773d845ac45bf76252fd81 /client | |
parent | 14fbe0175e59c71266b72b7df5e89c8f62fcdf79 (diff) | |
download | PeerTube-71ab0c07ccfe6a2b2ef5899bab53b4e983265fed.tar.gz PeerTube-71ab0c07ccfe6a2b2ef5899bab53b4e983265fed.tar.zst PeerTube-71ab0c07ccfe6a2b2ef5899bab53b4e983265fed.zip |
Fix player placeholder width
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index abad686ff..6818a4257 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss | |||
@@ -28,6 +28,8 @@ $video-height: 66vh; | |||
28 | 28 | ||
29 | .placeholder-image { | 29 | .placeholder-image { |
30 | height: 100%; | 30 | height: 100%; |
31 | max-width: 100%; | ||
32 | object-fit: contain; | ||
31 | } | 33 | } |
32 | 34 | ||
33 | .flex-direction-column { | 35 | .flex-direction-column { |