pull/1/head
Jan Umbach 2024-05-29 21:04:15 +02:00
parent b1c570759e
commit 2774455337
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ class SliderComponent extends HTMLElement {
super();
this.slider = this.querySelector('[id^="Slider-"]');
this.sliderItems = this.querySelectorAll('[id^="Slide-"]');
this.enableSliderLooping = false;
this.enableSliderLooping = true;
this.currentPageElement = this.querySelector('.slider-counter--current');
this.pageTotalElement = this.querySelector('.slider-counter--total');
this.prevButton = this.querySelector('button[name="previous"]');