Build slideshow dynamically
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$(function () {
|
||||
var index = 0
|
||||
const maxIndex = 5
|
||||
const maxIndex = numImages - 1
|
||||
const delay = 6000
|
||||
const shuffeledIndices = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user