1
0
Fork 0
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:
Luke Pulverenti 2016-03-09 19:05:29 -05:00
parent 71811cb9e3
commit 4f48507a2d
12 changed files with 231 additions and 25 deletions

View file

@ -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(),