We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4dae0 commit 93c20adCopy full SHA for 93c20ad
1 file changed
ui-definitions/settings-image.php
@@ -108,11 +108,12 @@
108
'default' => 'auto',
109
'options' => array(
110
'none' => __( 'Not set', 'cloudinary' ),
111
- 'auto' => __( 'Auto', 'cloudinary' ),
+ 'auto' => __( 'Auto (Recommended)', 'cloudinary' ),
112
'png' => __( 'PNG', 'cloudinary' ),
113
'jpg' => __( 'JPG', 'cloudinary' ),
114
'gif' => __( 'GIF', 'cloudinary' ),
115
'webp' => __( 'WebP', 'cloudinary' ),
116
+ 'avif' => __( 'AVIF', 'cloudinary' ),
117
),
118
'suffix' => 'f_@value',
119
'attributes' => array(
0 commit comments