We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Slider is absolutely amazing, works perfectly!
I have one problem with it at the moment, was wondering if you could point me in the right direction.
I have a div that's displayed:none; until active, so your slider can't work out the height unless it's displayed on the page right away.
div
displayed:none;
I have one slider working on the page already, but as i said that' s already being displayed right away.
Is there a way to get the height of the div (or the padding bottom of .sss class) live?
.sss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Slider is absolutely amazing, works perfectly!
I have one problem with it at the moment, was wondering if you could point me in the right direction.
I have a
div
that'sdisplayed:none;
until active, so your slider can't work out the height unless it's displayed on the page right away.I have one slider working on the page already, but as i said that' s already being displayed right away.
Is there a way to get the height of the
div
(or the padding bottom of.sss
class) live?The text was updated successfully, but these errors were encountered: