1
0
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:
Jimako 2021-01-19 12:48:59 +01:00 committed by GitHub
parent 75aa014de1
commit 98918edee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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