Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1424239

    Hi, after the update to the newest Enfold theme I have noticed that all the images that are set to “slightly zoom the image” do the “slightly increase the image size” instead. Has anything changed how the image should work in this mode?

    #1424280

    Hey Vojtech,

    Thank you for the inquiry.

    Looks like a minor css issue. To fix it, please try to add this css code temporarily.

    .avia-image-container.av-hover-grow.av-hide-overflow {
        overflow: hidden;
    }

    Best regards,
    Ismael

    #1424431

    yes – and please – the update on 5.6.8. does not have that fixed.

    test if the other selectors had to be set too!

    .avia-image-container.av-hover-grow.av-hide-overflow, 
    .avia-image-container.av-hover-grow.av-hide-overflow .avia-image-container-inner, 
    .avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image {
      overflow: hidden;
    }
    #1424452

    Hi,

    Thanks @Guenni007! We’ll forward this to our channel.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.