phucbm / flickity-responsive

💻📱Responsive option for Flickity.
https://flickity.netlify.app
MIT License
7 stars 0 forks source link

Change the property to get the real DOM elements #17

Closed vuquangpham closed 1 year ago

vuquangpham commented 1 year ago

In the previous version, we used the wrong property to get DOM Elements. But I think the problem that led our library to the bug is the way we pass the options parameter (it's different between onMatched and onResize events)

image