mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 10:44:20 -04:00
Double clicking on the player toogle fullscreen
This commit is contained in:
parent
8e491123d6
commit
4a9cc1b7ce
@ -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()"
|
||||
|
Loading…
x
Reference in New Issue
Block a user