mirror of
https://github.com/zoriya/Kyoo.Angular.git
synced 2026-06-01 10:26:19 +00:00
Double clicking on the player toogle fullscreen
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
poster="backdrop/{{this.item.showSlug}}"
|
||||
autoplay muted
|
||||
(click)="this.videoClicked()"
|
||||
(dblclick)="this.fullscreen()"
|
||||
(play)="this.playing = true; this.loading = false"
|
||||
(pause)="this.playing = false"
|
||||
(ended)="this.next()"
|
||||
|
||||
Reference in New Issue
Block a user