mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update ffmpeg info
This commit is contained in:
parent
1a222243de
commit
986eb0e32c
47 changed files with 284 additions and 250 deletions
|
@ -26,8 +26,8 @@
|
|||
*/
|
||||
var $w = $(window);
|
||||
|
||||
var thresholdX = Math.max(screen.availWidth * 2, 1000);
|
||||
var thresholdY = Math.max(screen.availHeight * 2, 1000);
|
||||
var thresholdX = Math.max(screen.availWidth * 1.5, 1000);
|
||||
var thresholdY = Math.max(screen.availHeight * 1.5, 1000);
|
||||
|
||||
function visibleInViewport(elem, partial, hidden, direction) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue