We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9a702 commit 13e94e8Copy full SHA for 13e94e8
packages/gatsby-plugin-image/src/gatsby-ssr.tsx
@@ -21,6 +21,9 @@ export function onRenderBody({ setHeadComponents }: RenderBodyArgs): void {
21
position: relative;
22
overflow: hidden;
23
}
24
+ .gatsby-image-wrapper picture.object-fit-polyfill {
25
+ position: static !important;
26
+ }
27
.gatsby-image-wrapper img {
28
bottom: 0;
29
height: 100%;
0 commit comments