Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll breaks at the end of images #2

Open
mandysidana opened this issue Feb 25, 2015 · 3 comments
Open

Scroll breaks at the end of images #2

mandysidana opened this issue Feb 25, 2015 · 3 comments

Comments

@mandysidana
Copy link

Once the last slide is reached, clicking on the next button should slide back to original image, whereas it stays on the last one, while indicator keeps moving fine.

@wudj
Copy link

wudj commented May 28, 2015

app.js
line 55 should use
var startPoint = element.parent().width
and
line 39
var finishPoint = element.parent().width;
element is not jQuery object

@sashatexb
Copy link

Hi.
How make autochange slide 5sec?

@DavitDavtyan96
Copy link

@wudj
change to
var startPoint = el.parent()[0].clientWidth;
var finishPoint = el.parent()[0].clientWidth;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants