Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoloripamonti/fotorama-rails
A simple, stunning, powerful jQuery gallery.
https://github.com/paoloripamonti/fotorama-rails
Last synced: about 2 months ago
JSON representation
A simple, stunning, powerful jQuery gallery.
- Host: GitHub
- URL: https://github.com/paoloripamonti/fotorama-rails
- Owner: paoloripamonti
- License: mit
- Created: 2015-05-23T14:06:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T15:49:23.000Z (over 9 years ago)
- Last Synced: 2023-02-27T07:23:29.992Z (almost 2 years ago)
- Language: Ruby
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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