craft-imageoptimize
craft-imageoptimize copied to clipboard
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like Imgix, with zero template changes.
### Describe the bug `php craft image-optimize/optimize/create` doesn't do anything for me like the docs suggest it would. It just outputs "Creating optimized image variants" and stops. I have to...
Is support for JPEG XL already on the roadmap? It seems promising. If not, please add it.
### Describe the bug This works: ``` {{ optimizedImages.srcsetMinWidth(970) }} ``` Returns all variants of size over and including 970. ``` {{ optimizedImages.srcsetMaxWidth(970) }} ``` Returns all variants of size...
### Is your feature request related to a problem? Please describe. Best practice is to have `width` and `height` attributes on images, so that the browser can reserve layout space...
I'm not sure if I do something wrong or what going wrong here but I try to explain. **general.php** My aliases ``` 'aliases' => [ '@basePath' => getenv('CRAFTENV_BASE_PATH'), '@baseUrl' =>...
It would be good to be able to control the parameters of the placeholder image, so that it can be controlled via the config file. This would include parameters such...
Does ImageOptimize take advantage of Imgix's animated gif features? It's currently a "premium" feature (by premium, they say it _may_ cost extra someday, but for now you just have to...
Some people have shared/managed hosting where tools like `jpegoptim`, etc. can't be installed. Consider adding support for API image transforms for ~~Imgix~~, Cloudinary, kraken.io, and ImageOptim
### Is your feature request related to a problem? Please describe. We need a white background when converting PNG images to JPG. Currently, using SharpJS, the default fill background is...