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.
- Host: GitHub
- URL: https://github.com/thisislawatts/kirby-imgix
- Owner: thisislawatts
- Created: 2017-05-18T14:54:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T15:44:42.000Z (almost 9 years ago)
- Last Synced: 2025-01-26T08:12:55.473Z (over 1 year ago)
- Topics: imgix, kirby, kirby-plugin
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```