• Resolved zooey999

    (@zooey999)


    Hi there! I’m a photographer, not really a website designer, but I managed to build a personal site a few years ago. The finishing touch was your slider on my home page and I think you helped me with the extra code I needed to make it work. I still love it. However… I haven’t really used a smartphone until now, but I can see it isn’t working on my old (emergency only Nokia 1), or on my new Samsung Galaxy, or my husband’s iPhone.

    I’ve been digging and think I need a breakpoint (or several), but it’s beyond me to get the settings right. My husband’s phone eventually showed the slider intermittently, but in ever decreasing sizes, until the last image was almost invisible. (I’ve deleted those settings now because they looked worse than nothing). I’m stumped. Can you help please?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author bqworks

    (@bqworks)

    Hi! There are some problems with the configuration of the slider and also something affecting the images when the screen width is below 480px (maybe some external CSS or scripts). To fix the interference problem, you can add this custom CSS:

    .slider-pro img.sp-image {
        max-height: none !important;
        max-width: none !important;
    }

    But also, regarding the configuration, if you want the images to scale better on smaller screens, you need to change the ‘Image Scale Mode’ from ‘None’ to ‘Cover’ or ‘Contain’. Also, you should change the ‘Width’ from 100 to around 500.

    Best,
    David

    Thread Starter zooey999

    (@zooey999)

    It worked perfectly! Thank you so much for your help. It’s very much appreciated

    Plugin Author bqworks

    (@bqworks)

    You’re welcome! Glad I could help! If you would like to, you can leave a review for the plugin here: https://www.ads-software.com/support/plugin/sliderpro/reviews/

    Best,
    David

    Thread Starter zooey999

    (@zooey999)

    I left a review and thank you once again

    Plugin Author bqworks

    (@bqworks)

    I appreciate it!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider not working on smartphones’ is closed to new replies.