/colorbox-rails

Make links open in lightbox a breeze

Primary LanguageRubyMIT LicenseMIT

ColorboxRails

Make links open in lightbox (colorbox) a breeze

Usage

in your application.css

//= require colorbox-rails

in your application.js

//= require colorbox-rails

Then enable link to be displayed in colorbox by simply adding :colorbox => true attribute. E.g.

<%= link_to "My superb link", "#", :colorbox => true %>

This project rocks and uses MIT-LICENSE.