SpreeMultiSlideshow
Add multiple slideshow for Spree Commerce Shop [compatible with Amazon S3]
Basic Installation
- Add the following to your Gemfile
gem 'spree_multi_slideshow', '~> 2.1.0'
- Run
bundle install - To copy and apply migrations run:
rails g spree_multi_slideshow:install
Example
- add slideshow helper method in your view:
<%= insert_slideshow(:category => "my_category") %>
add slides for the slideshow in the admin section 2. Additional options:
{
:id => "my_id"
:class => "my_class"
:style => "my_style"
:auto => true|false
:next_text => ">>"
:prev_text => "<<"
:next_selector => "bx-next"
:prev_selector => "bx-prev"
:pagination_class => "my_pagination"
:show_content => true|false
}
Copyright (c) 2012 [Damiano Giacomello], released under the New BSD License