I hope someone can help me with this problem. I would be very grateful! I've searched the Forum but i couldn't find the right way to get it working.
I'm searching for a solution to cycle vertically trough images like this example here:
http://www.mirkoborsche.com/2013-Superpaper-No43
The structure of my site looks like this:
<div class="img-cont">
<img alt="image-1.jpg" src="uploads/image-1.jpg" class="progressive" />
<img alt="image-2.jpg" src="uploads/image-2.jpg" class="progressive" />
<img alt="image-3.jpg" src="uploads/image-3.jpg" class="progressive" />
<img alt="image-4.jpg" src="uploads/image-4.jpg" class="progressive" />
</div>
Many thanks in advance! Cheers