jonom / jquery-focuspoint

jQuery plugin for 'responsive cropping'. Dynamically crop images to fill available space without cutting out the image's subject. Great for full-screen images.
Other
3.15k stars 211 forks source link

Images are hidden on Bootstrap Carousel Slider #54

Open Spoowy opened 7 years ago

Spoowy commented 7 years ago

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?

git-haml-eu commented 4 years ago

have you found another solution?