Viewing 4 replies - 1 through 4 (of 4 total)
  • Hmm, not sure whats going on. It’s possible the image resizer doesn’t have access to enough memory to resize the image.

    Here is a workaround with css, just add it to your theme options css box.

    .home .flexslider {
    max-height:100px;
    overflow: hidden;
    }

    Kadence Themes

    Gianni

    (@giannicabiglio)

    How do I limit the max height for the Latest Posts slider? I changed the height using the setting, but it doesn’t change anything. Note: Images are larger then max height.

    Gianni

    (@giannicabiglio)

    After doing more research, I am looking to crop the image for the slider. How can you do that without uploading a cropped image? What would be the code for that?

    Thanks!

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey, so if the images are not larger then both the max height and max width it doesn’t really work.

    But if you make the max width and max height smaller then your images it will crop them to fit that size.

    Kadence Themes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘slider Slider Max Height’ is closed to new replies.