Skip to content

Commit

Permalink
Add note about intended usage of gatsby-image
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Dec 5, 2017
1 parent e104f5a commit 3008ab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Gatsby's GraphQL queries. It combines
capabilities with advanced image loading techniques to easily and completely
optimize image loading for your sites.

*Warning: gatsby-image is **not** a drop-in replacement for `<img/>`. It's optimized for fixed width/height images and images that stretch the full-width of a container. Some ways you can use `<img/>` won't work with gatsby-image.*

**[Demo](https://using-gatsby-image.gatsbyjs.org)**

## Problem
Expand Down

0 comments on commit 3008ab9

Please sign in to comment.