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

    Hi,

    i have two easy sliders where the images look ugly (just to big) on mobile devices in portrait view. How can i set a max height and width for these sliders? Or is there another solution for that?

    Thanks Simon

    #508514

    Hi simonac!

    use this code to control them on mobile:

    @media only screen and (max-width: 767px) {
    .avia-slideshow li img {
    width: 50%;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

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