rsnext/test/integration/image-future
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
..
asset-prefix Add experimental next/future/image component (#37927) 2022-06-24 14:56:05 +00:00
base-path Improve next/image error message when src prop is missing (#38847) 2022-07-20 21:26:38 +00:00
default Remove default setting for object-fit on future fill images (#39297) 2022-08-03 19:22:27 +00:00
image-from-node-modules Add experimental next/future/image component (#37927) 2022-06-24 14:56:05 +00:00
noscript Remove unnecessary <noscript> from next/future/image (#38080) 2022-06-28 00:58:50 +00:00
react-virtualized Add experimental next/future/image component (#37927) 2022-06-24 14:56:05 +00:00
svgo-webpack Add experimental next/future/image component (#37927) 2022-06-24 14:56:05 +00:00
trailing-slash Add experimental next/future/image component (#37927) 2022-06-24 14:56:05 +00:00
typescript Add "fill" mode to next/future/image (#38855) 2022-08-01 18:21:36 +00:00
unicode Add experimental next/future/image component (#37927) 2022-06-24 14:56:05 +00:00
unoptimized Update image tests from placeholder.com to *.vercel.app (#38081) 2022-06-28 01:20:59 +00:00