Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1474590

    Hello,

    I would like the bottom of the image do not animated when the website resizes.
    Could you help me?
    Thanks advance,

    BR,

    Antonio.

    #1474704

    Hey Antonio,

    Thank you for the inquiry.

    This is not possible because when the browser is resized, the height of the slider is recalculated based on the height of the image. If you want to disable the transition, you can add this css code, but the image will still move after resizing.

    #top .avia-slideshow-inner {
        transition: none !important;
    }

    Best regards,
    Ismael

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