Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 23, 2015 at 6:26 pm #508041 simonacParticipant 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 September 24, 2015 at 3:19 pm #508514 AndyInactive Moderator 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In