Adding Slideshow for pictures in prompt examples
This commit is contained in:
@@ -38,6 +38,13 @@ function initFAQ() {
|
||||
otherQuestion.nextElementSibling.classList.remove('active');
|
||||
}
|
||||
});
|
||||
|
||||
// Initialisiere Slideshows innerhalb der geöffneten Antwort
|
||||
setTimeout(() => {
|
||||
if (typeof initSlideshows === 'function') {
|
||||
initSlideshows();
|
||||
}
|
||||
}, 100);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
|
||||
window.addEventListener('load', function() {
|
||||
// Testimonial-Wechsel-Funktionalität
|
||||
const testimonialImages = document.querySelectorAll('.satag--home-testimonial-image-wrapper');
|
||||
|
||||
Reference in New Issue
Block a user