Centering image in inline slideshow fails (customSplash and overlay)
Description
The splash image is not centered because the estimated dimension is 0/0.
Cause: in customer css the img-element was positioned absolute.
Resolution: all images in the centering slide are set to position:relative before computing dimension, zoomFactor and centering. They are set back to normal css after. New javascript events cel_slideShow:beforeResizeAndCenterSlide, cel_slideShow:afterResizeAndCenterSlide and cel_slideShow:resizeSlide added to CelementsSlideShow.js.
The splash image is not centered because the estimated dimension is 0/0.
Cause: in customer css the img-element was positioned absolute.
Resolution: all images in the centering slide are set to position:relative before computing dimension, zoomFactor and centering. They are set back to normal css after. New javascript events cel_slideShow:beforeResizeAndCenterSlide, cel_slideShow:afterResizeAndCenterSlide and cel_slideShow:resizeSlide added to CelementsSlideShow.js.