mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
fix for always black gallery slidershow background
https://github.com/e107inc/e107/issues/4069
This commit is contained in:
parent
75aa014de1
commit
98918edee8
@ -20,6 +20,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
|
||||
speed: settings.gallery.speed, // speed of the transition (any valid fx speed value)
|
||||
timeout: settings.gallery.timeout,
|
||||
slideExpr: '.slide',
|
||||
cleartypeNoBg: true,
|
||||
pause: 1, // pause on hover - TODO pref
|
||||
activePagerClass: '.gallery-slide-jumper-selected',
|
||||
before: function (currSlideElement, nextSlideElement, options, forwardFlag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user