Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
LBRapid committed Oct 22, 2012
1 parent daf3b94 commit 1f67e25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -30,4 +30,15 @@ in order to copy over the required css and js files.

Once installation is complete your product images can be zoomed by clicking on the "Zoom In" button beneath an image.

Configuration
=========

spree_product_zoom has only one configuration option, the paperclip image style to use when zooming in on an image. It defaults to `:original`.

To change:

```
Spree::ProductZoom::Config.default_image_style = :image_style
```

Copyright (c) 2012 John Dyer, released under the New BSD License

0 comments on commit 1f67e25

Please sign in to comment.