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 55413ee commit 1ede35eCopy full SHA for 1ede35e
dotcom-rendering/src/components/YoutubeAtom/YoutubeAtomPicture.tsx
@@ -55,6 +55,7 @@ export const YoutubeAtomPicture = ({
55
// https://stackoverflow.com/questions/10844205/html-5-strange-img-always-adds-3px-margin-at-bottom
56
// why did we add the css `vertical-align: middle;` to the img tag
57
css={css`
58
+ object-fit: cover;
59
vertical-align: middle;
60
`}
61
/>
0 commit comments