Flickity slider on WordPress: Modify behaviour
I am using Flatsome theme wich includes Flickity slider in his UX builder.
I have set the slider with auto slide (autoPlay: true) and infinite off (wrapAround: false), but it does not stop at the last slide as expected.
I have found this issue in github: https://github.com/metafizzy/flickity/issues/612, but I don’t know how I could implement this in the theme or in the website.
Is there a way to modify flickity behaviour once it is initialized?
I can add some jQuery at the end of the page, but I have not enough knowledge. I have tried different jquery snippets with no result.
Any help would be appreciated.
Leave an answer