mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix subtitles in ms edge
This commit is contained in:
parent
71811cb9e3
commit
4f48507a2d
12 changed files with 231 additions and 25 deletions
|
@ -17,6 +17,10 @@
|
|||
|
||||
var vpWidth = window.innerWidth,
|
||||
vpHeight = window.innerHeight;
|
||||
|
||||
if (!elem.getBoundingClientRect){
|
||||
return true;
|
||||
}
|
||||
|
||||
// Use this native browser method, if available.
|
||||
var rec = elem.getBoundingClientRect(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue