sanjayV / ng-image-slider

Angular Image Slider with Lightbox.
https://sanjayv.github.io/ng-image-slider/
MIT License
105 stars 51 forks source link

Implement Infinite Scrolling for Slider-Lightbox #205

Open ingmtz opened 4 months ago

ingmtz commented 4 months ago

Implement Infinite Scrolling for Slider-Lightbox

Summary:

This update introduces infinite scrolling functionality to the slider-lightbox component.

Changes:

Details:

  1. Previous Button Behavior:

    • When the first image is displayed and the "Previous" button is clicked, the slider will navigate to the last image.
  2. Next Button Behavior:

    • When the last image is displayed and the "Next" button is clicked, the slider will navigate to the first image.

Please review the changes and let me know if there are any questions or concerns.

Thank you!