- Issue created by @junkuncz
Current code doesn't handle the case if there are multiple carousels on the same page cause it' using a css class to target the template (new Glide('.glide',..)
Try to pass a unique id (probably the views and chained with the current display id) to the template and then call it in the js.
Needs work
Code