• Resolved code3creative

    (@igniswebdesign)


    I have a slider on this page that is set too 300px height and 100% width. In mobile, I’d like to set it to auto height so it doesn’t crop the images and doo 300px in mobile. I’m guessing its a CSS thing but what do I need to do that?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi igniswebdesign,

    – We have checked this issue.
    – Go to the plugin -> Slide Auto Scale setting and set it to the “contain” then save it.
    – For help check this is screenshot

    Thanks.

    Thread Starter code3creative

    (@igniswebdesign)

    I did that, but it impacts desktop viewing as well. I only want the slider to be auto height in mobile viewing (max-width: 768px)

    Hi igniswebdesign,

    Please apply this custom CSS also for auto height in mobile viewing (max-width: 768px)

    @media (max-width: 768px){ .sp-slide { height: auto !important; } }
    

    After pasting this CSS please click on save it button to save the settings.

    Thanks.

    Thread Starter code3creative

    (@igniswebdesign)

    That didn’t work. I also tried adding width: 100%. Neither made anything change.

    Hi igniswebdesign,

    Please visit our site and find the email.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Make height auto in mobile’ is closed to new replies.