@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | // The optional security token used to sign image URLs from Imgix |
38 | 38 | 'imgixSecurityToken' => '', |
39 | 39 | |
40 | - // Base URL for Thumbor transform service |
|
40 | + // Base URL for Thumbor transform service |
|
41 | 41 | 'thumborBaseUrl' => '', |
42 | 42 | |
43 | 43 | // The optional security key used by Thumbor to create secure image URLs |
@@ -59,8 +59,8 @@ discard block |
||
59 | 59 | // It takes a bit of time, so if you never plan to use it, you can turn it off |
60 | 60 | 'createColorPalette' => true, |
61 | 61 | |
62 | - // Controls whether SVG placeholder silhouettes should be created for image variants |
|
63 | - // It takes a bit of time, so if you never plan to use them, you can turn it off |
|
62 | + // Controls whether SVG placeholder silhouettes should be created for image variants |
|
63 | + // It takes a bit of time, so if you never plan to use them, you can turn it off |
|
64 | 64 | 'createPlaceholderSilhouettes' => true, |
65 | 65 | |
66 | 66 | // Controls whether retina images are automatically created with reduced quality |