From e15b4259620a08b89ac390e7628c7e3081388526 Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 31 Aug 2009 14:17:41 +0200 Subject: added cropped headline thumbnail --- app/models/asset.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/models/asset.rb b/app/models/asset.rb index 4a20d73..6f727ad 100644 --- a/app/models/asset.rb +++ b/app/models/asset.rb @@ -1,10 +1,11 @@ class Asset < ActiveRecord::Base + has_attached_file( :upload, :styles => { - :normal => "450x450", - :medium => "300x300", - :thumb => "100x100", + :medium => "300x300", + :thumb => "100x100", + :headline => "530x250#" } ) -- cgit v1.3