codrops / Elastislide

Elastislide is a responsive image carousel that will adapt fluidly in a layout. It is a jQuery plugin that can be laid out horizontally or vertically with a pre-defined minimum number of shown images
362 stars 111 forks source link

Elastislide slide To Current not working #4

Open stedjim opened 11 years ago

stedjim commented 11 years ago

The problem i found is if i click on the right arrow and for example the last picture the current position will not show in the slider. It always resets to the first six pictures. It does not _slideToCurrent ... See my example: http://preview.atelierpapenfuss.de/axxo/index.php?id=14 You can see the jquery.elastislide.js for details in the source of the website.

Thx for any help.