Sha256: c694aa5e4206b1199afc2430e060072f31b326822bcb9bdb2327d22b5e32fe45

Contents?: true

Size: 846 Bytes

Versions: 1

Compression:

Stored size: 846 Bytes

Contents

# Fotorama Rails

[Fotorama] is a simple, stunning, powerful JavaScript gallery.

Simple gem which helps you make the gallery [Fotorama] inside your Rails application

[Fotorama]:         http://fotorama.io/

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'fotorama-rails'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install fotorama-rails

## Usage

You will need to add this line into your `application.js`:
```javascript
//= require fotorama
```
    
Add you will need to add this line into your `application.css`:
```css
/*
*= require fotorama
*/
```

Initialize the gallery
```javascript
$('.fotorama').fotorama({
    // options
})
```
    
For documentation see [customize]
[customize]:         http://fotorama.io/customize/

## Versioning

fotorama-rails 0.1.0 == Fotorama 4.6.4

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fotorama-rails-0.1.0 README.md