Sha256: bdaddcbff3d522dffd627e43c03525d4d38cdbaf3e4dd5af9151c56b7846006f

Contents?: true

Size: 1.14 KB

Versions: 27

Compression:

Stored size: 1.14 KB

Contents

# Blacklight::Gallery
[![Gem Version](https://badge.fury.io/rb/blacklight-gallery.svg)](http://badge.fury.io/rb/blacklight-gallery)

Gallery views for Blacklight search results

## Installation

Add this line to your Blacklight application's Gemfile:

    gem 'blacklight-gallery'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install blacklight-gallery

## Usage

Run the gallery generator:

    $ rails g blacklight_gallery:install

## Available Views
If you would like to add or remove any particular view either add or remove the following configurations from your Blacklight controller.

### Gallery

    config.view.gallery.partials = [:index_header, :index]

### Masonry

    config.view.masonry.partials = [:index]

### Slideshow

    config.view.slideshow.partials = [:index]

## Screenshot

![Screenshot](docs/screen_shot.png)

## Contributing

1. Fork it ( http://github.com/<my-github-username>/blacklight-gallery/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
blacklight-gallery-2.0.2 README.md
blacklight-gallery-2.0.1 README.md
blacklight-gallery-2.0.0 README.md
blacklight-gallery-1.7.0 README.md
blacklight-gallery-1.6.0 README.md
blacklight-gallery-1.5.0 README.md
blacklight-gallery-1.4.0 README.md
blacklight-gallery-1.3.0 README.md
blacklight-gallery-1.2.1 README.md
blacklight-gallery-1.2.0 README.md
blacklight-gallery-1.1.1 README.md
blacklight-gallery-1.1.0 README.md
blacklight-gallery-0.12.0 README.md
blacklight-gallery-1.0.0 README.md
blacklight-gallery-0.11.0 README.md
blacklight-gallery-0.10.0 README.md
blacklight-gallery-0.9.0 README.md
blacklight-gallery-0.8.0 README.md
blacklight-gallery-0.7.0 README.md
blacklight-gallery-0.6.1 README.md