How do I get a carousel to loop?
Hi @randyrie
More details required here to be able to answer you: carousel type, framework,…
I’m using the built-in carousel available in PG Ver 8.3 with bootstrap 5.
I found the problem… the javscript <…src=“assets/js/popper.js”> was missing. After I added it to the other scripts, the carousel worked. why was this missing??
Shouldn’t need popper.js just add the bootstrap bundle before the tag
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>