ruby on rails - Bootstrap carousel with carrierwave -
I am trying to create a slideshow using many photos by the uploaded user through the carrier.
This is my post / show.html.erb
and
You are enforcing active category for all photos used
div Class = "item active"
but it should be
div class = "item"
and it should be Add to your Javascript
$ ('.item: first') .addClass ('active');
Comments
Post a Comment