Fix auto_rotate name in Jekyll::ResponsiveImage::Config#DEFAULTS

This commit is contained in:
Joseph Wynn 2017-03-13 08:41:37 +00:00
parent 7ad3967c71
commit a23bdf5895
1 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ module Jekyll
'output_path_format' => 'assets/resized/%{filename}-%{width}x%{height}.%{extension}',
'sizes' => [],
'extra_images' => [],
'respect_exif_rotation' => false
'auto_rotate' => false
}
def initialize(site)