Skip to content
Commits auf Quelle (3)
......@@ -60,7 +60,7 @@ define('package/quiqqer/slider/bin/Logo/Carousel', [
dragThreshold: 5
};
this.Glide = new Glide('.glide', options);
this.Glide = new Glide(this.getElm('.glide'), options);
this.Glide.on(['mount.after'], () => {
this.$recalcPerView();
......