gatsby-plugin-image and device pixel ratio #32302
-
I feel like I'm going to feel ridiculous once I learn the answer, but how does
Based on that, for my example, I would expect to see image sizes that would be something like [250, 500, 1000, 2000], but what it seems to create is [125, 250, 500, 1000]. Similarly, if I switch my image to To get around this, I can set Is this a bug that has somehow gone unnoticed (unlikely) or am I misunderstanding how this works? Thanks for your insight. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As is the case with such things, I think this is pebkac. The file that was being referenced was not the one I thought it was, and the actual file being referenced was much smaller. While I still feel like things aren't exactly straightforward, I'm pretty sure this is just a me problem. |
Beta Was this translation helpful? Give feedback.
As is the case with such things, I think this is pebkac. The file that was being referenced was not the one I thought it was, and the actual file being referenced was much smaller. While I still feel like things aren't exactly straightforward, I'm pretty sure this is just a me problem.