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

Option to not pause the carousel on hover #69

Open
ewels opened this issue Jun 20, 2015 · 2 comments
Open

Option to not pause the carousel on hover #69

ewels opened this issue Jun 20, 2015 · 2 comments
Milestone

Comments

@ewels
Copy link
Owner

ewels commented Jun 20, 2015

The bootstrap carousel has the option whether to pause on hover or not: http://getbootstrap.com/javascript/#carousel-usage

Options
Name type default description
pause string "hover" Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.

Would be nice to add an option to disable this behaviour as we have the javascript already.

@ewels ewels added this to the 1.9.1 milestone Jun 20, 2015
@Mischu70
Copy link

This is exactly my problem. When I use an image slide with a height of 500 pixels on my laptop, the slide does not start.

@ewels
Copy link
Owner Author

ewels commented Jan 14, 2021

Apologies @Mischu70 - I think I understand your problem now after seeing #99 (I've deleted my previous replies now that I'm on the same page).

The height of your image shouldn't make any difference, that threw me a bit. But in #99 you say that you want to disable pause-on-hover. This issue is indeed about adding functionality to give this option to disable pause-on-hover.

However, it is not yet implemented. So I'm afraid that for now this is not possible.

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

No branches or pull requests

2 participants