Commit b66e6392 authored by Mark Harding's avatar Mark Harding

(fix): some minor fixes

1 merge request!691WIP: new video player
Pipeline #101995166 passed with stages
in 37 minutes and 7 seconds
......@@ -9,6 +9,9 @@
This video is still transcoding. You will receive a notification when it is
completed.
</span>
<span class="m-videoPlayer__notice--created" *ngIf="status === 'created'">
This video is waiting to be transcoded.
</span>
<div class="m-videoPlayer__screen">
<plyr
style="display: block; width: 100%; height: 100%;"
......
......@@ -24,6 +24,7 @@
m-videoPlayer {
position: relative;
width: 100%;
}
.m-videoPlayer__placeholder {
......
......@@ -97,7 +97,7 @@ export class MindsVideoPlayerComponent implements OnInit, OnDestroy {
}
onPlayed(event: Plyr.PlyrEvent): void {
console.log('played', event);
// console.log('played', event);
}
/**
......
Please register or to comment