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:
parent
0a96f8e0bf
commit
604fba2cbf
8 changed files with 69 additions and 39 deletions
|
@ -219,7 +219,7 @@
|
|||
|
||||
html += '</video>';
|
||||
|
||||
var elem = $('#videoElement', '#mediaPlayer').prepend(html);
|
||||
var elem = $('#videoElement', '#videoPlayer').prepend(html);
|
||||
|
||||
return $('.itemVideo', elem)
|
||||
.one('.loadedmetadata', onLoadedMetadata)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue