Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #301800

    Hey guys, I have a gallery on my site and have the image height restrained, but the hover causes a bit of a mess. Please seem the mentioned site. The goal is to limit the image height so they are all the same and make sure the hover effect is also the same as the restricted image height.

    #302138

    Hi David!

    Try adding this:

    #top .avia-gallery .avia-gallery-thumb a:hover{
    overflow: hidden;
    }

    Regards,
    Josue

    #302149

    Hey there Josue,

    Tried – no luck. Still showing an issue on hover.

    #302151

    Hey David!

    Discard my previous suggestion, instead change your code:

    .avia-gallery-thumb a {
    max-height: 265px!important;
    }

    to:

    .avia-gallery-thumb a img {
    max-height: 265px!important;
    }

    Cheers!
    Josue

    #302158

    Perfect work! Really appreciate it Josue.

    #302160

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold > Gallery > Limit image display size/hover effect’ is closed to new replies.