Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #592747

    Hi, I have the Easy Slider on the homepage:

    http://www.crescendoproject.info

    Depending on the size of the image the slider changes hight, is thee any way of fixing the hight regardless the size of the image?

    #593758

    Hi jdelgadoesteban!

    Please add this code to Quick CSS

    
    /* Fixed height slider*/
    .avia-slide-wrap {
    max-height:300px;
    min-height:300px;
    height:300px;
    }
    
    .avia-slide-wrap img {
        height:300px;
        background-size:cover;	
    }
    

    Regards,
    Vinay Kashyap

    #621052

    Vinnie, thanks for that, it did the trick.

    Cheers

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to fix the hight of the image on the Easy Slider’ is closed to new replies.