Hi,
I read the images that exist in a folder and append them into the <dmx-slideshow id="slideshow1">
I need somehow to reload the slideshow so it displays these images. I am using the $( document ).ready(function() to append the images into the slider. Code renders as it should when inspecting it but images do not load inside the silder.
I need to somehow say to the slider to reload so it gets the images appened to it
Never used it before, even dont know that it exists Can it get the content of a folder and use it as a source for the slideshow? This is a local html file. No serverside no anything. Has to be done with html and js