]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix player placeholder width
authorChocobozzz <me@florianbigard.com>
Mon, 29 Nov 2021 13:00:15 +0000 (14:00 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 29 Nov 2021 13:00:15 +0000 (14:00 +0100)
client/src/app/+videos/+video-watch/video-watch.component.scss

index abad686ff6ff125b9abe36c763664ce3a7b5bfe1..6818a4257548741b775f008e25a0e68bf9077781 100644 (file)
@@ -28,6 +28,8 @@ $video-height: 66vh;
 
 .placeholder-image {
   height: 100%;
+  max-width: 100%;
+  object-fit: contain;
 }
 
 .flex-direction-column {