Skip to content

Commit

Permalink
chore(gatsby-image): Clarify IntersectionObserver support in README.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfresh authored and wardpeet committed Aug 23, 2019
1 parent 7912336 commit 41d3e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-image/README.md
Expand Up @@ -435,4 +435,4 @@ While you could achieve a similar effect with plain CSS media queries, `gatsby-i
to use a gif with `gatsby-image`, it won't work. For now, the best workaround is
to [import the gif directly](/docs/adding-images-fonts-files).
- Lazy loading behavior is dependent on `IntersectionObserver` which is not available
in some fairly common browsers including Safari and IE. A polyfill is recommended.
in IE. A polyfill is recommended.

0 comments on commit 41d3e1c

Please sign in to comment.