Simple little plugin which adds imgix support to your site.
- Set up an account with imgix
- Add
c::set('imgix.url', 'yourdomain.imgix.net');
to yourconfig.php
Wrap any image url's you'd like to load via imgix
<img src="<?= imgix( $image->url() ); ?>" alt="Example Document"/>