rsnext/docs/api-reference
Alex Castle 2f49a4f930
Remove default setting for object-fit on future fill images (#39297)
This PR removes the default styling of `object-fit:"contain"` for images using the future image component. This means images will get the default `object-fit` behavior of `"fill"`.

The main reason for this change is that an inline style will take precedence over external CSS, making this default behavior difficult to override with some styling strategies.


Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
2022-08-03 19:22:27 +00:00
..
data-fetching Add note about casing to getStaticPaths docs (#38426) 2022-07-07 20:03:45 +00:00
next Remove default setting for object-fit on future fill images (#39297) 2022-08-03 19:22:27 +00:00
next.config.js Clear up rewrites documentation (#39238) 2022-08-02 02:18:21 +00:00
cli.md feat(cli): allow configuration of http-server's timeout configuration (#35827) 2022-06-26 13:26:51 +02:00
create-next-app.md Update pnpm create next-app for latest pnpm 6 and 7 (#37254) 2022-05-27 21:21:40 +00:00
edge-runtime.md Update edge-runtime.md (#38271) 2022-07-06 14:13:17 -05:00