dieterholvoet / oc-imageresizer-plugin
Provides an easy way to resize images and cache the result.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:october-plugin
Requires
- php: >=7.1
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-12-13 10:41:36 UTC
README
Provides an easy way to resize images and cache the result.
Why?
- Serve images in the dimensions they are displayed on the webpage, to prevent wasting resources
- Convert an image path to a full url
- Can be used in code and in Twig
Installation
This package requires PHP 7.1 and OctoberCMS. It can be installed using Composer:
composer require dieterholvoet/oc-imageresizer-plugin
License
Distributed under the MIT License. See the LICENSE file for more information.