Commit 5317da58

mo khan <mo@mokhan.ca>
2014-09-23 01:11:55
update thumb size to 260x260
1 parent 27607b9
Changed files (1)
app/models/thumbnail_version.rb
@@ -4,6 +4,6 @@ class ThumbnailVersion < Version
   end
 
   def adjust(image)
-    image.resize_to_fill(width: 260, height: 180)
+    image.resize_to_fill(width: 260, height: 260)
   end
 end