Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #739529

    Hi, I’ve been browsing through the forum to find an answer to the issue im experiencing, unfortunately I have not yet found any working solution.

    The issue is that the Fullwidth Easy Slider narrows the images when viewed on mobile devices. I want to know if there is a CSS code where I can disable the images from getting narrowed on small screen sizes and become centred. I would really appreciate your help. The URL to the web site is available in the Private Content section.

    Many thanks :)

    #740966

    I have the same question!

    #741023

    Hi,

    Some loss of image data is more or less unavoidable on smaller screens unfortunately. I had a look at your site but I can’t see any real problems with it though, could you try to explain what you are looking to achieve a bit further maybe? A screenshot highlighting the issue might help us understand better as well.

    Best regards,
    Rikard

    #741367

    Hi,

    I have attached a screenshot to this reply. As you can see the images have been squeezed to fit within the mobile portrait frame. I want to see if there is a work around for this? I’m also working with another theme which provides an option to upload portrait oriented pictures for these types of cases.

    Kindly let me know if I can do anything different to resolve this. Thank you

    #743544

    Hi,

    use this code inside of Quick CSS field to control your image size on mobile:

    @media only screen and (max-width: 767px) {
    #full_slider_1 .avia-slideshow-inner, #full_slider_1 img {
    height: 300px !important;
    width: 120%;
    left: -30%;
    }}

    and adjust as needed.

    Best regards,
    Andy

    #744091

    Thank you it worked perfectly many thanks!!!

    #744233

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #744487

    Hi Rikard, you can go ahead and close this thread as it resolved my issue.

    Thank you again :)

    #744710

    Hi,

    Great, thanks for letting us know :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Fullwidth Easy Slider images narrow on Mobile’ is closed to new replies.