Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
More readme fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstraw committed Jan 5, 2016
1 parent 58d56ef commit cd4f931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Easily generate imgix URLs inside Statamic.

After you've installed and configured imgix-statamic, you can start using it in your Statamic templates! You can use [any available imgix parameter](https://www.imgix.com/docs/reference), including face detection, automatic format detection (WebP!), and more. Here are some examples to get you started:

### `imgix:image_tag`
### imgix:image_tag

The simplest way of working with imgix-statamic is using `imgix:image_tag`.

Expand All @@ -40,7 +40,7 @@ Will output the following HTML:
```


### `imgix:image_url`
### imgix:image_url

Makes it easy to generate an image URL in your site.

Expand All @@ -55,7 +55,7 @@ https://your-source.imgix.net/dogs.png?w=200
```


### `imgix:responsive_image_tag`
### imgix:responsive_image_tag

`imgix:responsive_image_tag` lets you easily add responsive images to your site.

Expand All @@ -74,7 +74,7 @@ Will output the following HTML:
```


### `imgix:picture_tag`
### imgix:picture_tag

`imgix:picture_tag` simplifies adding `picture` elements to your site.

Expand Down

0 comments on commit cd4f931

Please sign in to comment.