1
0
Fork 0
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:
Luke Pulverenti 2015-09-02 11:33:20 -04:00
parent 1a222243de
commit 986eb0e32c
47 changed files with 284 additions and 250 deletions

View file

@ -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) {