Repository URL to install this package:
|
Version:
1.3.12 ▾
|
| app |
| config |
| db |
| lib |
| test |
| vendor |
| README.md |
| Rakefile |
The Neoteric Design, Inc. gem for image gallery management
rails g montage:install
class MyModel < ActiveRecord::Base
montage
end
@import "montage";
//= require montage
Update title, specs, aspect, size, and id as necessary. Size (minimum) and aspect are optional and passed to Jcrop and enforced there: http://deepliquid.com/content/Jcrop_Manual.html#Setting_Options
<%= render 'montage/form',
:f => f,
:title => "Key Image",
:id => "some_id_for_your_needs",
:size => "500x200",
:aspect => "16 / 9",
:specs => "image specs here" %>