From d3842b2d8d44c3576d651a09456230e6763f8d32 Mon Sep 17 00:00:00 2001 From: alexs Date: Thu, 15 Aug 2013 11:34:48 +1000 Subject: [PATCH] Further compressed the landing page image to make it really light. --- app/models/landing_page_image.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/landing_page_image.rb b/app/models/landing_page_image.rb index f58872baa3..a6cf2e541b 100644 --- a/app/models/landing_page_image.rb +++ b/app/models/landing_page_image.rb @@ -1,7 +1,7 @@ class LandingPageImage < ActiveRecord::Base attr_accessible :photo has_attached_file :photo, styles: { max_common_res: ["1920x1080#", :jpg] }, - :convert_options => { max_common_res: "-quality 75" } + :convert_options => { max_common_res: "-quality 25" } validates_attachment_presence :photo