mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Clear slides after closing the gallery. Fixes showing the first image next time expose is opened.
This commit is contained in:
parent
ff2f486c3f
commit
5d93df0fbd
@ -80,7 +80,7 @@ function expose (widget)
|
||||
displayTransition: true,
|
||||
// Defines if the gallery slides are cleared from the gallery modal,
|
||||
// or reused for the next gallery initialization:
|
||||
clearSlides: false,
|
||||
clearSlides: true,
|
||||
// Defines if images should be stretched to fill the available space,
|
||||
// while maintaining their aspect ratio (will only be enabled for browsers
|
||||
// supporting background-size="contain", which excludes IE < 9).
|
||||
|
Loading…
Reference in New Issue
Block a user