mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use screenfull to handle fullscreen switching
This commit is contained in:
parent
564ab1f7b4
commit
5459ef2a78
7 changed files with 23 additions and 116 deletions
|
@ -135,7 +135,14 @@ _define("fast-text-encoding", function () {
|
|||
return fast_text_encoding;
|
||||
});
|
||||
|
||||
// intersection-observer
|
||||
var intersection_observer = require("intersection-observer");
|
||||
_define("intersection-observer", function () {
|
||||
return intersection_observer;
|
||||
});
|
||||
|
||||
// screenfull
|
||||
var screenfull = require("screenfull");
|
||||
_define("screenfull", function () {
|
||||
return screenfull;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue