Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 916 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 916 Bytes

SpreeMultiSlideshow

Add multiple slideshow for Spree Commerce Shop [compatible with Amazon S3]

Basic Installation

  1. Add the following to your Gemfile
  gem 'spree_multi_slideshow', '~> 1.3.1'
  1. Run bundle install
  2. To copy and apply migrations run:
	rails g spree_multi_slideshow:install

Example

  1. 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