@@Rolf B
Das shuffling ist ein Vierzeiler (der zum oben gezeigten HTML passt und bei anderem HTML natürlich angepasst werden muss).
<script type="module"> const gallery = document.getElementById("galerie"), gallerySize = gallery.childElementCount; for (let i=0; i<gallerySize; i++) { const shufflee = (Math.random() * gallerySize) >> 0; gallery.append(gallery.children[shufflee]); } </script>
Von dem Unsinn mit >> 0
ganz abgesehen hege ich hier arge Zweifel, dass das ordentlich mischt.
🖖 Живіть довго і процвітайте
--
When the power of love overcomes the love of power the world will know peace.
— Jimi Hendrix
When the power of love overcomes the love of power the world will know peace.
— Jimi Hendrix