Galarie.css is all CSS simple, lightweight carousal library. Think: Simple, maintainable photo galleries without the use of Javascript.
Why? — Galarie CSS started as an experiment, to provie a way for my photographer friends to easily build lightweight carousals without the need for jQuery, or a jQuery carousel script. It has been inspired by Gallery CSS by Ben Schwarz.
The recommended method to install galarie-css is by using Bower.
bower install galarie-css
Otherwise, if you want to keep it simple, check the dist directory.
You have the following types of gallery you can build using galarie.css:
* Without autoplaying animation
* With autoplaying animation
Read the Getting Started Guide, or checkout the examples
Safari | Firefox | Chrome | IE8 | IE9 | IE10/11 |
✔ | ✔ | ✔ | ✖† | ✔ | ✔ |
† Absolutely possible using a variety of JS selector shims, although not recommended.
Galarie CSS is built using grunt & RubySASS.
You'll need:
- Ruby (and sass -
gem install sass
) - Run
npm install
from the root directory. - To run a build, you'll simply need to run
grunt
.