onurzorluer / react-image-file-resizer

Resize Local Images with React 🌄 🌅
MIT License
313 stars 41 forks source link

Match content type with file mime type #90

Closed ismaserrano closed 12 months ago

ismaserrano commented 12 months ago

Content Type served must be match with file Mime Type. For example, if I've got a *.jpg image, Content Type must be image/jpeg (https://developer.mozilla.org/es/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types), not image/jpg. This change, force to match with Mime Type always.