No commit activity in last 3 years
No release in over 3 years
Extension to manage multi slideshow for Spree Shop
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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', '~> 2.1.0'
  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