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?
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?