Open mirzapourh opened 11 years ago
You are most welcome to make a pull request, something like
# bootstrap-gallery.js
//= require bootstrap
//= require bootstrap/load-image.min
//= require bootstrap/image-gallery.min
And update the Usage section in the Readme accordingly :)
Thanks!
Thanks for the Gem works brilliantly
Might be worth mentioning in the README that bootstrap needs to be imported before image_gallery, like:
//= require bootstrap //= require bootstrap/load-image.min //= require bootstrap/image-gallery.min
This sorted out my issue of loading the modal