mirror of https://github.com/Chocobozzz/PeerTube
Fix live image aspect ratio in theatre mode
parent
d88a3ea5e3
commit
0114ee15d5
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
|
||||
<div id="videojs-wrapper">
|
||||
<img *ngIf="playerPlaceholderImgSrc" [src]="playerPlaceholderImgSrc" alt="Placeholder image" i18n-alt>
|
||||
<img class="placeholder-image" *ngIf="playerPlaceholderImgSrc" [src]="playerPlaceholderImgSrc" alt="Placeholder image" i18n-alt>
|
||||
</div>
|
||||
|
||||
<my-video-watch-playlist
|
||||
|
|
|
@ -50,6 +50,10 @@ $video-info-margin-left: 44px;
|
|||
font-weight: $font-semibold;
|
||||
}
|
||||
|
||||
.placeholder-image {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#video-wrapper {
|
||||
$video-height: 66vh;
|
||||
|
||||
|
|
Loading…
Reference in New Issue