mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update dependencies
This commit is contained in:
parent
0d0f210c6a
commit
1250c04c38
4 changed files with 347 additions and 271 deletions
|
@ -212,13 +212,15 @@ define(['dialogHelper', 'inputManager', 'connectionManager', 'layoutManager', 'f
|
|||
// Optional parameters
|
||||
direction: 'horizontal',
|
||||
loop: options.loop !== false,
|
||||
autoplay: options.interval || 8000,
|
||||
autoplay: {
|
||||
delay: options.interval || 8000
|
||||
},
|
||||
// Disable preloading of all images
|
||||
preloadImages: false,
|
||||
// Enable lazy loading
|
||||
lazyLoading: true,
|
||||
lazyLoadingInPrevNext: true,
|
||||
autoplayDisableOnInteraction: false,
|
||||
lazy: true,
|
||||
loadPrevNext: true,
|
||||
disableOnInteraction: false,
|
||||
initialSlide: options.startIndex || 0,
|
||||
speed: 240
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue