Skip to content

Commit

Permalink
Update default imagify settings to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
iazema committed Jul 1, 2024
1 parent 79d2144 commit 67b55e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default-imagify.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ function default_options(): array {
'disallowed-sizes' => [],
'admin_bar_menu' => 0,
'partner_links' => 0,
'convert_to_avif' => 1,
'convert_to_webp' => 1,
'convert_to_avif' => 0,
'convert_to_webp' => 0,
'optimization_format' => 'avif',
];
}

0 comments on commit 67b55e9

Please sign in to comment.