junaidbhura / fly-dynamic-image-resizer

Fly Dynamic Image Resizer plugin for WordPress
https://wordpress.org/plugins/fly-dynamic-image-resizer/
MIT License
161 stars 26 forks source link

Image optimiser compatability #6

Closed jakewhiteley closed 7 years ago

jakewhiteley commented 7 years ago

This isn't an issue as such; More of an enhancement really.

Has this plugin been tested with image optimisers such as ewww?

If not are there any plans to add the needed hooks etc in the future so third party image optimisers will correctly run when a new image is generated?

junaidbhura commented 7 years ago

Hi there, thanks for bringing this up. There was a hook added for this very reason in verson 1.0.5: https://github.com/junaidbhura/fly-dynamic-image-resizer/releases/tag/1.0.5

There are no plans to support third-party image optimization plugins at the moment, but you can use that hook to easily integrate with them.

If you have a pull request which hooks up with Kraken or Ewww, I'd be happy to take a look at it!