@Yann wrote:
Hi Jonathan
inside zip an example of swipe
don’t forget to add in your html file this code
<div id="wrapper"></div>
<ul id="nav">
<li id="prev" onclick="gallery.prev()">-</li>
<li class="selected" onclick="gallery.goToPage(0)"></li>
<li onclick="gallery.goToPage(1)"></li>
<li onclick="gallery.goToPage(2)"></li>
<li onclick="gallery.goToPage(3)"></li>
<li onclick="gallery.goToPage(4)"></li>
<li onclick="gallery.goToPage(5)"></li>
<li id="next" onclick="gallery.next()">+</li>
</ul>
Yann
Yann, I saw your zipfile sample and try to put in the CSS, Swipeview file, and coding as you instruc, but not working. Can you make tutorial to let us know where should we modify and how to put in the sample also the frame will be much much appreciate.