Okay
  Public Ticket #2976110
MY slider flickers before the next slider
Closed

Comments

  • Desmond Okubasu started the conversation

    Kindly assist with my slider flickering before it moves to the next image.

  •  141
    George replied

    Hello Desmond,

    As I've investigated the source code of your site, the images in the slider all have the following class names: "ls-is-cached lazyloaded" These are used by an image preloader plugin which can cause exactly this issue if it is trying to preload the images in LayerSlider. Our plugin have its own preloader function so you don't have to use an external image lazy loader plugin. Please turn off that plugin or exclude images in layerslider by adding the following class names to the excludes:

    .ls-l
    .ls-layer
    .ls-bg
    .ls-img-layer
    .ls-tn

    Best Regards,
    George | Kreatura Dev Team