Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ui-definitions/settings-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'title' => __( 'Image optimization', 'cloudinary' ),
'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' ),
'description' => __( 'Optimize images on my site.', 'cloudinary' ),
'default' => 'on',
'attributes' => array(
'data-context' => 'image',
),
Expand Down
1 change: 1 addition & 0 deletions ui-definitions/settings-video.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
'title' => __( 'Video optimization', 'cloudinary' ),
'tooltip_text' => __( 'Videos 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' ),
'description' => __( 'Optimize videos on my site.', 'cloudinary' ),
'default' => 'on',
'attributes' => array(
'data-context' => 'video',
),
Expand Down