craft-imageoptimize icon indicating copy to clipboard operation
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.

Results 47 craft-imageoptimize issues
Sort by recently updated
recently updated
newest added

### 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...

bug

Is support for JPEG XL already on the roadmap? It seems promising. If not, please add it.

enhancement

### 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...

bug

### 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...

enhancement

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' =>...

enhancement

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...

enhancement

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...

enhancement

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

enhancement

It would be nice to have AVIF support in Image Optimize.

enhancement

### 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...

enhancement