noreiller / bootstrap-modal-carousel

A set of plugins to display a carousel into a fullscreen modal box
http://noreiller.github.com/bootstrap-modal-carousel
MIT License
128 stars 63 forks source link

Carousel not hidden in < 992px? #11

Closed randomBrainstormer closed 10 years ago

randomBrainstormer commented 10 years ago

I just used this, is super cool but I noticed (in both Firefox and Chrome) that if I resize the window to less than 992px, the carousel shows up. It seems to 'be not showing' until the modal is opened (in anything >992px viewport) but when the window is less than 992px the carousel shows up before opening any modal. Is this only me? .. =/

noreiller commented 10 years ago

Do you have this issue on the demo (http://noreiller.github.io/bootstrap-modal-carousel/) or n your project ? With the default settings from Twitter Boostrap, the modal and its content should fade in on the .modal.fade element. If you enconter an issue with the modal-local script, you can write your own function to place the carousel in the modal.

randomBrainstormer commented 10 years ago

I just noticed, It actually isn't in the demo.. silly me, so I'll find out what's causing it here =/

Thanks noreiller! : D

noreiller commented 10 years ago

No problem. If you need help, tell me.