fancyapps / ui

A library of JavaScript UI components, includes the best lightbox - Fancybox5
https://fancyapps.com/
Other
785 stars 98 forks source link

Carousel's Thumbnails plugin: removeSlide method bug #632

Closed limite1224 closed 6 months ago

limite1224 commented 6 months ago

Hi, I encountered an issue while using Carousel's Thumbnails plugin, and the removeSlide method will not remove the Thumbnails

https://github.com/fancyapps/ui/assets/44696227/9dd8c448-792a-4508-9aa5-5d16d37487c5

fancyapps commented 6 months ago

Hi,

Slide removal sync is currently not supported. If you want to archive some sort of filtering, then simply re-init the carousel.

limite1224 commented 6 months ago

thank you. I tried using re-init to handle it

limite1224 commented 6 months ago

Hi, I achieved the same effect using Sync plugin. Thank you😊