I am rebuilding a site and started from scratch with J51-Chloe (Joomla 3.9.6 - PHP 7.2.14). The site is in test here: http://lukthcl31.thirtyone.axc.nl/toycollector032019/
I'm struggling with the J51-Layerslideshow on the home page. When opening the site (even after clearing the cache), the slider does not load smoothly. With Firefox it seems to be OK but with Chrome and Edge the first image is sometimes shockingly shown and for a moment the following image appears very briefly under the first image. With Internet Explorer 11 all 6 images hang for a while as an overlay on the page. Once loaded, the Slideshow works normally and the following images come as they should.
I have always cleaned the browser cache as well as the Joomla cache. I have already disabled all extensions, but without any result. What could be the reason?
Could it be that it has something to do with the image size of the photos? My images are png-files with transparent background and are 2000 x 600 px, 150 KB on average. The max. height setting at the LayerSlideshow is set on 600. Are there optimum image settings?
I have the following custom css:
.layerslideshow {
margin top: -50px;
margin-bottom: -100px;
}
.layerslideshow .NextArrow,
.layerslideshow .PrevArrow {
display: none! important;
}
Thanks for your advice.
Luk