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

    Hey!

    Images looking cropped on mobile and tablet devices. What is wrong with this coding?

    @media only screen and (max-width: 767px) {
    .page-id-12 .avia-slideshow {
    width: 70% !important;
    height: 70% !important;
    }
    }

    Regards,
    Me.llamo

    • This topic was modified 9 years, 9 months ago by Me.llamo.
    #400909

    Hey Me.llamo!

    It’s from this code your using.

    .avia-slideshow li img {
        max-width: 520px !important;
        min-height: 380px !important;
    }

    Remove the min-height.

    Cheers!
    Elliott

    #400988

    Thank you Elliott, it works!

    I also deleted the code I mentioned earlier, because it’s of no effect.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘images on easy slider look cropped on mobile device’ is closed to new replies.