[Solved] Image uploader and slider

You are echoing the <img> tags into the slider <div id=”slider”>. They are all inside that div, and displayed. You could add a style to initially hide them and then have your jquery loop show them one by one. Also, you probably want to increase the id on each iteration. Something like: $i = 1; … Read more