How to adjust slider width for mobile

  • Author
    Posts
  • #56549

    My website looks great on the computer. However, the slider image gets cut off on both edges on mobile versions of the website.

    How can I display my slider on mobile devices without cropping?

    #56657
    Zed
    Cryout Creations mastermind

    The slider behaves as it was designed to (since the 1.0 update) – it attempts to display the slides at their maximum height (while cropping the sides) to avoid the images becoming unreadable short slices on the narrowest of screens.

    If you want to return to the previous behaviour you can use this bit of custom styling:

    body .seriousslider-inner > .item img.item-image { 
        max-width: 100%;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to adjust slider width for mobile’ is closed to new replies.