https://github.com/putyourlightson/craft-untransform
https://github.com/putyourlightson/craft-untransform
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-untransform
- Owner: putyourlightson
- License: mit
- Created: 2019-08-21T13:30:56.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-05T20:09:05.000Z (about 2 years ago)
- Last Synced: 2024-11-29T11:07:52.785Z (over 1 year ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[]((https://packagist.org/packages/putyourlightson/craft-untransform))
[](https://packagist.org/packages/putyourlightson/craft-untransform)

# 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](https://craftcms.com/).
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 »](https://putyourlightson.com/plugins/untransform)
## License
This plugin is licensed for free under the MIT License.
## Requirements
This plugin requires [Craft CMS](https://craftcms.com/) 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.
```shell
composer require putyourlightson/craft-untransform
```
---
Created by [PutYourLightsOn](https://putyourlightson.com/).