Skip to content

gajendrajena/prettyphoto-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prettyphoto

A gem to easily integrate prettyPhoto with the rails 3.1+ asset pipeline.

Currently this gem brings support for prettyPhoto v3.1.6.

Installation

First add the following lines to your applications Gemfile:

gem 'jquery-rails'
gem 'prettyphoto'

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

About

Rails gem for easy prettyPhoto integration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%