Skip to content

Wrong extension - extname ignored (jpeg instead of jpg) #136

Open
@krisdante

Description

@krisdante

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions