Double clicking on the player toogle fullscreen

This commit is contained in:
Zoe Roux 2020-12-30 16:54:00 +01:00
parent 8e491123d6
commit 4a9cc1b7ce

View File

@ -7,6 +7,7 @@
poster="backdrop/{{this.item.showSlug}}" poster="backdrop/{{this.item.showSlug}}"
autoplay muted autoplay muted
(click)="this.videoClicked()" (click)="this.videoClicked()"
(dblclick)="this.fullscreen()"
(play)="this.playing = true; this.loading = false" (play)="this.playing = true; this.loading = false"
(pause)="this.playing = false" (pause)="this.playing = false"
(ended)="this.next()" (ended)="this.next()"