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

Boostrap3's carousel #52

Closed thibaut-algrin closed 7 years ago

thibaut-algrin commented 7 years ago

Hello,

I have some concerns with the carousel of Boostrap. Indeed, I do not see the other images that the first one. When I investigate there above, I can notice that the image possesses "left: 300 %"

Have you ideas?

jonom commented 7 years ago

Hi @ThibautAlgrin I haven't used Bootstrap's carousels but there is a note in the ReadMe about this issue. You probably need to re-fire the focus event for each carousel slide once it becomes visible. FocusPoint can't correctly position an image inside an invisible container because it doesn't have any dimensions.