1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Jumping Image Gallery Slider

Discussion in 'Free Divi Community Forum' started by NTRW19*, May 17, 2021.

  1. NTRW19*

    NTRW19* New Member
    Divi Ultimate Archive Plugin

    Hi there,

    I keep noticing that my image slider module frame keeps jumping when set to auto animate (so the images rotate without having to be clicked). All the images are the same dimensions so this shouldn't be happening. Is there any CSS to fix this?

    My site is here: aaloftsdesign.com

    Thank you!
     
    1. PRO MEMBER PERKS Divi Powerful Child Theme - Power up your Divi sites with tons of new functionalities & premade elements:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    It's due to your lazy load image injecting wrong image sizes.

    Try to look for the lazy load image & disable it & see if it works.
     
  3. NTRW19*

    NTRW19* New Member
    Divi Ultimate Archive Plugin

    You mean disable lazy loading for image slider perhaps? I'll give this a try.

    Thank you!
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    The lazy load feature might be coming from one of your plugins. Try to look for it & disable it & see if it works.
     
  5. NTRW19*

    NTRW19* New Member
    Divi Ultimate Archive Plugin

    UPDATE:

    Disabling lazy loading for the images/module didn't work for me in the end.

    But, thanks to this article:
    https://www.peeayecreative.com/how-to-force-the-divi-gallery-slider-to-a-fixed-height/

    I tweaked and applied the following CSS to the Gallery Slider module and it seemed to do the trick. :)

    /*set the height of the slide image*/ .et_pb_gallery_fullwidth .et_pb_gallery_image img { width: auto; height: 600px; } /*align the slide image to the middle*/ .et_pb_gallery_image { line-height: 0; text-align: center; } /*style the slider previous and next buttons*/ a.et-pb-arrow-prev { color: #000!important; background: #fff; margin-left: 18px!important; opacity: 1!important; } a.et-pb-arrow-next { color: #000!important; background: #fff; margin-right: 18px!important; opacity: 1!important; } @media all and (min-width: 768px) { .et-pb-arrow-next { opacity: 1; right: 22px; } .et-pb-arrow-prev { opacity: 1; left: 22px; } } @media all and (max-width: 767px) { .et-pb-arrow-next { opacity: 1; right: 0; } .et-pb-arrow-prev { opacity: 1; left: 0; } }
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade mega menu design for your Divi site without using any plugins:View Demo