putyourlightson / craft-untransform
Replaces image transform URLs with a placeholder image or with a base URL prefix.
Installs: 9 162
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 2
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0
This package is auto-updated.
Last update: 2024-10-05 21:13:59 UTC
README
Untransform Plugin for Craft CMS
The Untransform plugin replaces image transform URLs with a placeholder image or with a base URL prefix for Craft CMS.
This can be especially helpful when working in a development environment in which the image assets do not exist. Rather than getting the broken image icon and pages taking forever to load due to invalid image transforms, display a placeholder image or the correct image transform from the live site.
Documentation
Learn more and read the documentation at putyourlightson.com/plugins/untransform »
License
This plugin is licensed for free under the MIT License.
Requirements
This plugin requires Craft CMS 3.0.0 or later, or 4.0.0 or later, or 5.0.0 or later.
Installation
To install the plugin, search for “Untransform” in the Craft Plugin Store, or install manually using composer.
composer require putyourlightson/craft-untransform
Created by PutYourLightsOn.