prettyphoto-rails
A gem to easily integrate prettyPhoto with the rails 3.1+ asset pipeline.
Currently this gem brings support for prettyPhoto v3.1.5.
Installation
First add the following lines to your applications Gemfile
:
gem 'jquery-rails'
gem 'prettyphoto-rails'
Run bundle install
.
Add the following lines to app/assets/javascripts/application.js
:
//= require jquery
//= require prettyphoto-rails
//= require prettyphoto-rails-dev /* use this for uncompressed javascript code */
Finalize the setup by adding these lines to app/assets/stylesheets/application.css
:
/*
*= require_self
*= require prettyphoto-rails
*/
Usage
Please refer to http://www.no-margin-for-errors.com/projects/prettyPhoto/ for all the details on how to use.
Credits
- prettyPhoto is (c) Copyright Stephane Caron
- This gem is maintained by @christian_mager