Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Feb 26, 2018
1 parent a17aa2e commit 4bf12c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ You can use the following functions to get your images into your template:

* [get_post_thumbnail()](#get_post_thumbnail) – Returns the src, alt and title attributes for a post thumbnail at a given size.
* [get_post_thumbnail_src()](#get_post_thumbnail_src) – Returns the src for a post thumbnail. This is practically the same as *get_post_thumbnail*, just without alt and title tags.
* [make_timber_image_lazy()][#make_timber_image_lazy] - Prepares the srcset markup for lazy-loading. Replaces `srcset=""` with `data-srcset=""`.
* [make_timber_image_lazy()](#make_timber_image_lazy) - Prepares the srcset markup for lazy-loading. Replaces `srcset=""` with `data-srcset=""`.
---

### get_timber_image
Expand Down

0 comments on commit 4bf12c6

Please sign in to comment.