Fancy Box Jquery Plugin for Compass Projects
FancyBox is a tool for displaying images, html content and multi-media in a Mac-style "lightbox" that floats overtop of web page. Note that this is simply a mirror of the plugin, the origin and page of the author is located at : http://fancy.klade.lv/
Install
From the command line:
gem install compass-fancybox-plugin
cd my_compass_project
Add the following to your compass configuration:
require 'compass-fancybox-plugin'
The run from the command line:
compass install fancybox
To one of your sass stylesheets to import the fancybox styles add:
@import 'fancybox'
If you want the debug files, you can install them with:
compass install fancybox/debug