Skip to content

thisislawatts/kirby-imgix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Imgix

Simple little plugin which adds imgix support to your site.

  1. Set up an account with imgix
  2. 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

<img src="<?= imgix( $image->url() ); ?>" alt="Example Document"/>

About

Quickly add imgix to your Kirby site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages