gatsby-image fluid / fixed are to narrow in their use-cases #29180
Replies: 2 comments 5 replies
-
You should give #27950 a try then, it has a |
Beta Was this translation helpful? Give feedback.
-
There have been some absolutely incredible improvements in the new The problem is if you use a This happens even if you properly follow the documentation and, for example, set the appropriate @ascorbic and I have been trying to troubleshoot this issue in the main |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using Gatsby Images we are given two choices:
What I miss is the possibility to have a fixed image size in a dynamic container. For instance, when I display the image within a column that will wrap on mobile (i.e. Bootstrap column), the image will also be small on larger screens, because the client will show columns next to each other.
If I select fixed, the CSS will prevent my image to be 100% width. I don't like hacks.
If I select fluid, it will download a large version of the image for a larger screen, although the image will never be displayed large on the client.
Beta Was this translation helpful? Give feedback.
All reactions