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

Specify containers for next/prev buttons and dot navigation #41

Closed
gnettles opened this issue May 9, 2014 · 5 comments
Closed

Specify containers for next/prev buttons and dot navigation #41

gnettles opened this issue May 9, 2014 · 5 comments

Comments

@gnettles
Copy link

gnettles commented May 9, 2014

First off - this is a great plugin!

Some page layouts may require the carousel controls to be outside the container for the carousel itself. It would be great if you added this as an option, something like:

{
navContainer: 'some-class' // or even $('some-class'),
dotsContainer: 'another-class' // or $('another-class')
}

I recognize this may be an edge-case for most - but thought I'd put it out there anyway. I have a version working locally if you're interested (though it's rough for now)

@ghost ghost added the enhancement label May 13, 2014
@gnettles
Copy link
Author

Looks great!

@formariz
Copy link

formariz commented Jun 3, 2014

@witrin
Copy link
Contributor

witrin commented Jun 3, 2014

This should already work with beta 2.3! But I didn't tested yet ...

@technbuzz
Copy link

Is there a way to move the dotContainer in specific situation. For example I want the dotContainer to be placed somewhere else but on smaller I want its default position.

@Primajin
Copy link

Primajin commented Mar 6, 2017

@technbuzz apart from css positioning, you can use flexbox' order to switch positions, and then back on larger screen.

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

5 participants