Skip to content

Commit efc04e1

Browse files
committed
Update default imagify settings to the latest version
1 parent 67b55e9 commit efc04e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default-imagify.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ function default_options(): array {
5757
'disallowed-sizes' => [],
5858
'admin_bar_menu' => 0,
5959
'partner_links' => 0,
60-
'convert_to_avif' => 0,
61-
'convert_to_webp' => 0,
60+
'convert_to_avif' => 1,
61+
'convert_to_webp' => 1,
6262
'optimization_format' => 'avif',
6363
];
6464
}

0 commit comments

Comments
 (0)