mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Automatically sorting out image rotation
This commit is contained in:
3
config/initializers/paperclip.rb
Normal file
3
config/initializers/paperclip.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
Paperclip::Attachment.default_options[:convert_options] = {
|
||||
all: "-auto-orient"
|
||||
}
|
||||
Reference in New Issue
Block a user