An open API service indexing awesome lists of open source software.

https://github.com/putyourlightson/craft-untransform


https://github.com/putyourlightson/craft-untransform

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Stable Version](https://img.shields.io/packagist/v/putyourlightson/craft-untransform?label=stable)]((https://packagist.org/packages/putyourlightson/craft-untransform))
[![Total Downloads](https://img.shields.io/packagist/dt/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/).