#16453 closed defect (bug) (invalid)
images with .jpeg extension are not resized (.jpg works)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
images with the .jpeg extension that are missing filetype data are not resized using wp image resize functions
Change History (4)
Note: See
TracTickets for help on using
tickets.
for example, if you have an image that is missing filedata that is called image.jpeg it will not be resized with the_post_thumbnail(). however change the name of that image to image.jpg and it will work.
images with proper filedata named .jpeg do get resized.