lib/video.rb in ish_models-0.0.33.112 vs lib/video.rb in ish_models-0.0.33.113
- old
+ new
@@ -58,10 +58,14 @@
has_mongoid_attached_file :thumb,
:styles => {
:mini => '20x20#',
:thumb => "100x100#",
+ :thumb2 => "200x200#",
+ :s169 => "640x360#",
+ # :s43 => "640x480#",
:small => "400x400>",
+ :large => '950x650>',
},
:storage => :s3,
:s3_credentials => ::S3_CREDENTIALS,
:path => "videos/:style/:id/thumb_:filename",
:s3_protocol => 'https',