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

https://github.com/thisislawatts/kirby-imgix

Quickly add imgix to your Kirby site.
https://github.com/thisislawatts/kirby-imgix

imgix kirby kirby-plugin

Last synced: over 1 year ago
JSON representation

Quickly add imgix to your Kirby site.

Awesome Lists containing this project

README

          

Imgix
===

Simple little plugin which adds imgix support to your site.

1. Set up an account with [imgix](https://imgix.net)
1. Add `c::set('imgix.url', 'yourdomain.imgix.net');` to your `config.php`

Usage
---

Wrap any image url's you'd like to load via imgix

```php
Example Document
```