nystudio107 / craft3-imageoptimize
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.
Fund package maintenance!
khalwat
Installs: 3 555
Dependents: 0
Suggesters: 0
Security: 0
Stars: 231
Watchers: 9
Forks: 35
Type:craft-plugin
Requires
- craftcms/cms: ^3.1.19
- ksubileau/color-thief-php: ^1.3
- mikehaertl/php-shellcommand: ~1.2
- nystudio107/craft-imageoptimize-imgix: ^1.2.3
- nystudio107/craft-imageoptimize-sharp: ^1.0.8
- nystudio107/craft-imageoptimize-thumbor: ^1.3.1
- nystudio107/craft-plugin-vite: ^1.0.20
- dev-develop
- v1.x-dev
- 1.6.41
- 1.6.40
- 1.6.39
- 1.6.38
- 1.6.37
- 1.6.36
- 1.6.35
- 1.6.34
- 1.6.33
- 1.6.32
- 1.6.30
- 1.6.29
- 1.6.28
- 1.6.27
- 1.6.26
- 1.6.25
- 1.6.24
- 1.6.23
- 1.6.22
- 1.6.21
- 1.6.20
- 1.6.19
- 1.6.18
- 1.6.17
- 1.6.16
- 1.6.15
- 1.6.14
- 1.6.13
- 1.6.12
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.44
- 1.4.43
- 1.4.42
- 1.4.41
- 1.4.40
- 1.4.39
- 1.4.38
- 1.4.37
- 1.4.36
- 1.4.35
- 1.4.34
- 1.4.33
- 1.4.32
- 1.4.31
- 1.4.30
- 1.4.29
- 1.4.28
- 1.4.27
- 1.4.26
- 1.4.25
- 1.4.24
- 1.4.23
- 1.4.22
- 1.4.21
- 1.4.20
- 1.4.19
- 1.4.18
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.0
- dev-dependabot/npm_and_yarn/docs/nanoid-3.2.0
- dev-feature/sizes-ux
This package is not auto-updated.
Last update: 2022-02-01 13:07:17 UTC
README
ImageOptimize plugin for Craft CMS 3.x
Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix or Thumbor, with zero template changes.
Note: The license fee for this plugin is $59.00 via the Craft Plugin Store.
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-imageoptimize
-
Install the plugin via
./craft install/plugin image-optimize
via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Image Optimize.
You can also install ImageOptimize via the Plugin Store in the Craft Control Panel.
ImageOptimize works on Craft 3.x.
If you want to use ImageOptimize with Cloudinary, install the Cloudinary plugin that will make Cloudinary available as a file system for Craft CMS 3.
Documentation
Click here -> Image Optimize Documentation
ImageOptimize Roadmap
Some things to do, and ideas for potential features:
- Consider supporting image optimization services like Cloudinary, TinyPNG, kraken.io, Uploadcare, and ImageOptim
- Add support for additional image optimization tools
Brought to you by nystudio107