PHPackages                             vendbits/imgixer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. vendbits/imgixer

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

vendbits/imgixer
================

Generate Imgix URLs.

1.0.2(2y ago)08MITPHP

Since Aug 18Pushed 2y agoCompare

[ Source](https://github.com/vendbits/imgixer)[ Packagist](https://packagist.org/packages/vendbits/imgixer)[ RSS](/packages/vendbits-imgixer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (2)Used By (0)

Imgixer plugin for Craft CMS 3.x
================================

[](#imgixer-plugin-for-craft-cms-3x)

The most flexible [Imgix](https://imgix.com/) URL generator for Craft CMS.

- Generate Imgix URLs with convenient methods for responsive images.
- *New*: Speed up your templates and control panel by swapping Craft's native image transforms with Imgix rendering.
- *New*: [Servd.host](https://servd.host) users - use Servd's built-in image transforms instead of Imgix.

[![Screenshot](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#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 croxton/imgixer

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Imgixer.

Configuring Imgixer
-------------------

[](#configuring-imgixer)

Copy `config.php` into Crafts `config` folder and rename it to `imgixer.php`.

Define each source with a unique handle. The same Imgix source domain may be referenced more than once, which can be useful if you want to use a different set of default parameters for images in a particular Asset volume, or an arbitrary grouping of images with similar characteristics, or if you have defined your Imgix source as a web proxy and need to reference multiple domains.

```
