Skip to content

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

License

Notifications You must be signed in to change notification settings

nystudio107/craft-imageoptimize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f2baf2 · Feb 28, 2025
Oct 9, 2024
Feb 28, 2025
Feb 13, 2025
Feb 13, 2025
Jan 9, 2022
Dec 6, 2020
Feb 13, 2025
Nov 25, 2017
Oct 9, 2024
Mar 30, 2024
Feb 13, 2025
Mar 27, 2024
Mar 28, 2024

Repository files navigation

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

ImageOptimize plugin for Craft CMS 5.x

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

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