Title: Slider height
Last modified: March 8, 2018

---

# Slider height

 *  Resolved [pixelshrink](https://wordpress.org/support/users/pixelshrink/)
 * (@pixelshrink)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/slider-height-23/)
 * 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 8 years, 3 months ago by [pixelshrink](https://wordpress.org/support/users/pixelshrink/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fslider-height-23%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Kerry](https://wordpress.org/support/users/bluenotes/)
 * (@bluenotes)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/slider-height-23/#post-10054231)
 * 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](https://wordpress.org/support/users/pixelshrink/)
 * (@pixelshrink)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/slider-height-23/#post-10064510)
 * Thanks for your help, much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Slider height’ is closed to new replies.

 * ![](https://ps.w.org/bne-testimonials/assets/icon-256x256.png?rev=1408516)
 * [BNE Testimonials](https://wordpress.org/plugins/bne-testimonials/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bne-testimonials/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bne-testimonials/)
 * [Active Topics](https://wordpress.org/support/plugin/bne-testimonials/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bne-testimonials/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bne-testimonials/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [pixelshrink](https://wordpress.org/support/users/pixelshrink/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/slider-height-23/#post-10064510)
 * Status: resolved