I tried google for plugins / libraries to do this function but could not find anything.
I need to create a slide of products just like a virtual store, like in this example (but not zoomed in).
I'm ordering images and product details with PHP and Mysql;
the large image is within <div class="imagem-big_produto"></div>
and the thumbs are in <li class="lista_thumbs-produto"></li>
I would like to click on a li
(smaller image) and it appears in place of the larger image in imagem-big_produto