You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you want to add canonical link in your own way, set this to true
75
+
omit_canonical_link: false
76
+
61
77
# By setting this to true, you will get a relative canonical path passed to the template.
62
78
#relative_canonical_url: true
63
79
@@ -153,20 +169,16 @@ records_per_page: 8
153
169
# Default settings for thumbnails.
154
170
#
155
171
# quality: Quality should be between 0 (horrible, small file) and 100 (best, huge file).
156
-
# fit: One of either none, crop (= crop-center), crop-top-left, crop-top, crop-top-right, crop-left, crop-right, crop-bottom-left, crop-bottom or crop-bottom-right.
157
-
# allow_upscale: Determines whether small images will be enlarged to fit
158
-
# the requested dimensions.
159
172
# save_files: Save files in the thumbs/ folder, so subsequent requests will serve file directly. Great for performance
160
173
#
161
174
# Note: If you change these values, you might need to clear the cache before
162
175
# they show up.
163
176
thumbnails:
164
177
default_thumbnail: [ 320, 240 ]
165
178
default_image: [ 1000, 750 ]
179
+
default_cropping: crop
166
180
quality: 80
167
-
cropping: crop
168
181
save_files: true
169
-
allow_upscale: false
170
182
171
183
# File permissions for read/write/execute to set on folders and files that are
172
184
# created. The exact permissions you should be setting depends on the system
@@ -242,3 +254,4 @@ user_show_sort&filter: false
242
254
243
255
# Use Ajaxy saving ("Stay on page"), or traditional saving
0 commit comments