Commit 85c440b4

mo k <mo@mokhan.ca>
2012-08-17 03:29:06
change large image size to match max width of bootstrap 1170px.
1 parent c674a9d
Changed files (1)
app
app/uploaders/image_uploader.rb
@@ -24,7 +24,7 @@ class ImageUploader < CarrierWave::Uploader::Base
   # Create different versions of your uploaded files:
   version :large do 
     process :manualcrop
-    process :resize_to_fit => [1160, 870]
+    process :resize_to_fill => [1170, 810]
   end
 
   version :thumb do