Matt Kane
Matt Kane
@yinhx3 the `astro.config.mjs` options are less about the styling than about controlling the auto-generated srcsets and sizes. We may end up removing the styles, but what I don't want is...
I am considering changing the name of the layout option `responsive`. Currently the feature is called "responsive images", with three options for `layout`: `fixed`, `full-width` and `responsive`. These are used...
@sarah11918 I'd forgotten it was the same as Gatsby image! Their docs have [a nice video](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-plugin-image/#layout) showing the difference. I used the same names for Unpic too.
This has now been updated with the changes to the layout name and simplified styles, included in https://github.com/withastro/astro/pull/13677
@hyperknot I'm not keen on magic like trying to recognise filename patterns. I'd much rather there was an explicit way to pass args in markdown. Re the second point, it's...
@hyperknot we don't usually have more than one contributor to an RFC PR. People can give feedback, but the author of the PR is the one who would integrate any...
I am making this a **call for consensus** with a goal to get this in 5.10. @withastro/tsc
I _think_ this is the expected behaviour for Next.js, which is why I did it like that. Also, at least at the time, it was a way to ensure it...
I think this will be very useful. I don't really see the value of exporting them by feature though. Just client or server makes sense to me.
Interesting. If we were, I'd want it to be auto-generated. I wouldn't want to need to manually keep them all up to date. `SupportedProviders` is exported from `unpic/types`