• Hello!

    I’m working with the wonderful Business Epic theme, but have come across an issue with the slider images. I currently have 3 images in the slider, but one of them is shorter than the other two. Is there a way to get the two larger images to be the same height as the shorter image? Is there a way to decrease the height of all 3 slider images even more?

    Thank you in advance for your help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author amplethemes

    (@amplethemes)

    hello, you need to cut images height same for all slider images, or you can define CSS height of slider images, I think it is not a better idea, you need to cut images with the same height.
    if you want to use CSS , go to appearance > customize > additional css + add this css here
    .features-slider .item img {

    height: 600px!important;
    }

    Note:
    if we define a height of slider images then a problem in responsive, so it is the better way to cut images with the same height.

    Thank You

    • This reply was modified 6 years, 8 months ago by amplethemes.
    • This reply was modified 6 years, 8 months ago by amplethemes.
    Thread Starter bhaugen

    (@bhaugen)

    Thank you for the CSS code. I agree, if reducing the height of the images is possible, that is the way to go. However, when I reduced the height of the images so they were uniform, the theme increased the size of all the images to fill the slider making the images pixelate. Any thoughts on how to avoid the pixelating without adding CSS code?

    Thank you!

    Theme Author amplethemes

    (@amplethemes)

    hello bhaugan , we do not define any height of CSS for slider image, it defines an auto height, you can just cut images with the same height and it simply works with mobile responsive.if you still confused, please kindly asks us we are ready to help you.

    Thank You

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