No commit activity in last 3 years
No release in over 3 years
Simplified installation of Fancybox for Compass users
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0.10.4, >= 0.11, >= 0.12
 Project Readme

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