devmark / angular-slick-carousel

Angular directive for slick-carousel
http://devmark.github.io/angular-slick-carousel/
MIT License
353 stars 125 forks source link

adaptiveHeight not working on load in mobile #101

Open davidrhoderick opened 8 years ago

davidrhoderick commented 8 years ago

So I have a Angular UI modal pop-up that contains a slick carousel. Whenever I'm in mobile and I open this Angular UI Modal, I get the following: screenshot 2016-09-09 16 35 52 When I click on a dot to choose another slide though, it looks as it should, like this: screenshot 2016-09-09 16 36 03 What can I do to fix this? Is there a "reflow" function for Slick carousel that will force it to re-evaluate and correctly adapt the height?