diff --git a/app/uploaders/base_uploader.rb b/app/uploaders/base_uploader.rb index ddf5152c..610e608b 100755 --- a/app/uploaders/base_uploader.rb +++ b/app/uploaders/base_uploader.rb @@ -8,7 +8,7 @@ class BaseUploader < CarrierWave::Uploader::Base # Store original size version :original - process :remove_animation +# process :remove_animation process :cropping def content_type_whitelist = %w[image/jpeg image/gif image/png] @@ -30,7 +30,9 @@ class BaseUploader < CarrierWave::Uploader::Base h = model.public_send("#{mounted_as}_h") manipulate! do |image| + image.repage("0x0") image.crop "#{w}x#{h}+#{x}+#{y}" + image << "+repage" end end diff --git a/config/questions/en.yml b/config/questions/en.yml index bdde8eb9..be3752c5 100755 --- a/config/questions/en.yml +++ b/config/questions/en.yml @@ -242,6 +242,8 @@ - you: - aren't book smart, what are you smart in - became a minor deity, what would your domain be + - could: + - be any fantasy creature, what would you be - were: - a Pokemon gym leader, what type would you be what's your pokemon team like in this scenario - an idol, what would your image color/lightstick color be @@ -249,7 +251,6 @@ - transported to the world of your current top fandom, what would you do - woke up as a billionaire (jeff bezos, elon musk, etc.) for a day, how would you spend their money - could: - - be any fantasy creature, what would you be - only drink one liquid for the rest of your life, what would it be - your: - favorite color ceased to exist, what would be your new favorite color