1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add zoom and fade effect to video player

This commit is contained in:
Luke Pulverenti 2015-11-30 01:43:21 -05:00
parent 0a96f8e0bf
commit 604fba2cbf
8 changed files with 69 additions and 39 deletions

View file

@ -219,7 +219,7 @@
html += '</video>';
var elem = $('#videoElement', '#mediaPlayer').prepend(html);
var elem = $('#videoElement', '#videoPlayer').prepend(html);
return $('.itemVideo', elem)
.one('.loadedmetadata', onLoadedMetadata)