reduce used image sizes
This commit is contained in:
parent
12c6bd0cdb
commit
759a23a309
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const imageShortcode = async (
|
|||
loading = 'lazy',
|
||||
className,
|
||||
sizes = '90vw',
|
||||
widths = [320, 570, 880, 1024, 1248],
|
||||
widths = [440, 880, 1360],
|
||||
formats = ['avif', 'webp', 'jpeg']
|
||||
) => {
|
||||
const metadata = await Image(src, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue