You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with combining the bootstrap carousel slider with Focuspoint.
The first visible item in a bootstrap slideshow is displayed correctly.
Every other image is hidden(through left: -...px).
It works when I call Focuspoint every time the slider slides but it's inconvenient. $('.carousel').bind 'slid.bs.carousel', (e)-> $('.focuspoint').focusPoint();
Any ideas on how to go about this?
The text was updated successfully, but these errors were encountered:
I have an issue with combining the bootstrap carousel slider with Focuspoint.
The first visible item in a bootstrap slideshow is displayed correctly.
Every other image is hidden(through left: -...px).
It works when I call Focuspoint every time the slider slides but it's inconvenient.
$('.carousel').bind 'slid.bs.carousel', (e)-> $('.focuspoint').focusPoint();
Any ideas on how to go about this?
The text was updated successfully, but these errors were encountered: