Skip to content

Commit 4321379

Browse files
committed
set image_optimisation' on by default
1 parent c8ea23e commit 4321379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui-definitions/settings-image.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'title' => __( 'Image optimization', 'cloudinary' ),
2626
'tooltip_text' => __( 'Images will be delivered using Cloudinary’s automatic format and quality algorithms for the best tradeoff between visual quality and file size. Use Advanced Optimization options to manually tune format and quality.', 'cloudinary' ),
2727
'description' => __( 'Optimize images on my site.', 'cloudinary' ),
28+
'default' => 'on',
2829
'attributes' => array(
2930
'data-context' => 'image',
3031
),

0 commit comments

Comments
 (0)