Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 667 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 667 Bytes

photoswipe-rails Gem Version

PhotoSwipe for the Rails asset pipeline.

Installation

Add photoswipe-rails to the assets group in your Gemfile:

gem 'photoswipe-rails'

Add the necessary library to app/assets/javascripts/application.js:

//= require photoswipe

And to app/assets/stylesheets/application.scss:

/*
 *= require photoswipe
 */

Further set-up

See PhotoSwipe set-up guide for further instructions.