Open
Description
This is my config:
return gulp.src('static-full/team/*.{jpg,png}')
.pipe(responsive({
'*': [
{
width: 480,
rename: {
extname: '.jpg',
},
quality: 80,
format: 'jpeg'
},
{
width: 480,
rename: {
extname: '.webp',
},
format: 'webp'
}
],
}
Extname is '.jpg' but when I execute it files are name .jpeg not .jpg
It seems that extreme is ignored.
Metadata
Metadata
Assignees
Labels
No labels