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 67b55e9 commit efc04e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default-imagify.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ function default_options(): array {
'disallowed-sizes' => [],
'admin_bar_menu' => 0,
'partner_links' => 0,
'convert_to_avif' => 0,
'convert_to_webp' => 0,
'convert_to_avif' => 1,
'convert_to_webp' => 1,
'optimization_format' => 'avif',
];
}

0 comments on commit efc04e1

Please sign in to comment.