jquery - Ecommerce thumbnail gallery viewer -
usually found on ecommerce websites, have main image , 5 thumbnails. have main image change when click on smaller thumbnail (different views). here's example of i'm looking on site. i'm looking plugin of sort allow me achieve this.
html:
<div class="product">     <img src="pro.jpg"> </div>  <ul class="product-thumb">     <li><img src="1.jpg"></li>     <li><img src="1.jpg"></li>     <li><img src="1.jpg"></li> </ul>      
this looks simple .
you should check in different browsers . ie
Comments
Post a Comment