• Resolved pixelshrink

    (@pixelshrink)


    Hi, I’m having problems with the slider. For the first rotation of the slides, it displays with too much height, resulting in a lot of white space. When it goes back to the start again, the height seems to be corrected. Or sometimes it doesn’t display at all.

    • This topic was modified 6 years, 8 months ago by pixelshrink.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kerry

    (@bluenotes)

    Hello,

    That’s because you’re using a lazy loading script. The script replaces the images with a transparent gif that is a larger size than the actual image. Therefore, the slider height is based on the initial transparent image instead of the real image.

    You can try the following CSS which will target all images within the slider testimonial description that have not been converted yet which will allow the slider to properly set the size.

    .bne-testimonial-slider .bne-testimonial-description img:not(.jetpack-lazy-image--handled) { max-height: 100px; }
    
    Thread Starter pixelshrink

    (@pixelshrink)

    Thanks for your help, much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider height’ is closed to new replies.