Skip to content
On this page

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

ImageOptimize plugin for Craft CMS

Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix or Thumbor, with zero template changes.

Screenshot

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 or Craft CMS 4.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require nystudio107/craft-imageoptimize
    
  3. Install the plugin via ./craft plugin/install 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.

To use ImageOptimize with Cloudinary, install the Cloudinary plugin that will make Cloudinary available as a file system for Craft CMS 3.

Brought to you by nystudio107