You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gatsby-plugin-image): Correctly handle formats in StaticImage (#28618)
* Include formats prop
* Default to auto, webp
* fix(gatsby-plugin-sharp): Include default transform options for webp
* Update snapshots
* Is this why it fails?
* Allow time for other image
* Use jpg-only for lazy-load tests.
Lazy-load tests currently fail if there's a webp image. This will need a proper fix later, but not in this PR.
This reverts commit 7f1cd2a.
0 commit comments