Skip to content

Commit 67b55e9

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

default-imagify.php

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

0 commit comments

Comments
 (0)