diff options
| author | hukl <contact@smyck.org> | 2009-09-12 13:09:10 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-12 13:09:10 +0200 |
| commit | fe551453149f302eabd3e484d7ef69413c596656 (patch) | |
| tree | ee4ebc1402b377fed737869a7a658e80edc5416c /app/models/asset.rb | |
| parent | e92172d3fd63241b6e96bfefb2e1b8ebc3474138 (diff) | |
Moved galery template and changed width of headline image thumbnail preset
Diffstat (limited to 'app/models/asset.rb')
| -rw-r--r-- | app/models/asset.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/asset.rb b/app/models/asset.rb index fda2dc0..41823e7 100644 --- a/app/models/asset.rb +++ b/app/models/asset.rb | |||
| @@ -7,7 +7,7 @@ class Asset < ActiveRecord::Base | |||
| 7 | :styles => { | 7 | :styles => { |
| 8 | :medium => "300x300", | 8 | :medium => "300x300", |
| 9 | :thumb => "100x100", | 9 | :thumb => "100x100", |
| 10 | :headline => "530x250#" | 10 | :headline => "460x250#" |
| 11 | } | 11 | } |
| 12 | ) | 12 | ) |
| 13 | 13 | ||
