Slider revolution plugin shows all slides briefly on page load

I have a little problem with a floating point plugin where on page load I see half a thousand subtitles for all slides. After that, they disappear and then the first slides are loaded first (first the dummy loader and then the actual image with captions and animations). Is there a quick fix to get rid of this problem? Thanks to

+3


source to share


1 answer


Set the height on the containing div and place 'overflow-y: hidden'. What this will do is only show the first loaded slide, and the rest that are loading will not be visible.

If you match the height of the containing div to the height of the slide, then it should only show the first slide.



When it scrolls (assuming the slides are the same size and the carousel doesn't change on every slide), it should then show the next slide at the correct height.

+3


source







All Articles