femioladeji / react-slideshow

A react component for slideshow supporting slide, fade and zoom
https://react-slideshow-image.netlify.app/
MIT License
359 stars 71 forks source link

Fix the issue of the next arrow being disabled when responsive is enabled. #225

Closed kaneg closed 3 months ago

kaneg commented 3 months ago

When the responsive setting is enabled, the slidesToScroll should use the value from responsive settings; otherwise, it will be unexpectedly disabled.

netlify[bot] commented 3 months ago

Deploy Preview for react-slideshow-image ready!

Name Link
Latest commit 933789deb5b79a90d6c3c376e5bce9ec535eb400
Latest deploy log https://app.netlify.com/sites/react-slideshow-image/deploys/65ec7c311eb9c9000758126a
Deploy Preview https://deploy-preview-225--react-slideshow-image.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

femioladeji commented 3 months ago

@kaneg a new version has been released; 4.3.1 and it includes your fix

kaneg commented 3 months ago

Good catch, thanks for the PR

@femioladeji Thanks for your quick response.