gatsby-plugin-image constrained should not use breakpoints
#33877
Unanswered
laurenskling
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Constrained images use the
outputPixelDensities
feature. That feature clearly states:Ignored for full width layout images, which use breakpoints instead.
So I find it strange that constrained images actually do use the
breakpoints
feature. I noticed this when I set default breakpoints in thegatsby-plugin-sharp
options.As I am writing this, I actually found out that my constrained image is not using the
outputPixelDensities
because of my defaultbreakpoints
. It is only slicing the width I request and thebreakpoint
widths.Beta Was this translation helpful? Give feedback.
All reactions