• Resolved fanner07

    (@fanner07)


    Hello, I used your plugin and it is great, on computer it work without problems, but on mobile I can click on thumbnails to see other images.

    When I click to thumbnail nothing happened.

    Best Regards, Alex.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Mamunur Rashid

    (@mamunur105)

    It’s css issue. Plsease add below css in your customizer. And please update to latest and check settings again.

    @media only screen and (max-width: 768px){
        .rtwpvg-images {
            float: none;
        }
    }

    Sorry @mamunur105 but your latest update doesn’t work on mobile. Returns this error on iPhone and doesn’t show any image, just a big blank space:

    [Error] RangeError: Out of memory
    
    	(función anónima) (slick.min.js:1:18321)
    	(función anónima) (slick.min.js:1:19531)
    	(función anónima) (slick.min.js:1:19366)
    	(función anónima) (slick.min.js:1:26843)
    	(función anónima) (slick.min.js:1:9767)
    	(función anónima) (slick.min.js:1:19271)
    	(función anónima) (slick.min.js:1:3086)
    	(función anónima) (slick.min.js:1:42889)
    	(función anónima) (rtwpvg.min.js:1:4759)
    	(función anónima) (rtwpvg.min.js:1:2879)
    	(función anónima) (rtwpvg.min.js:1:9416)

    With previous version 2.2.8 works without any issue.

    Best regards.

    Thread Starter fanner07

    (@fanner07)

    @mamunur105 Mamunur thank you very much, it is working now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails doesn’t work on mobile devices’ is closed to new replies.