Skip to content

Commit

Permalink
fix video only child
Browse files Browse the repository at this point in the history
  • Loading branch information
nicwands committed May 17, 2024
1 parent ebccfe2 commit fccbf2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions components/composable-image/composable-image.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
grid-column: span 2;
height: auto;
width: 100%;

&.videoWrap video {
position: relative;
}
}
&:not(:only-child) {
aspect-ratio: var(--width) / var(--height);
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit fccbf2e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟢 Performance: 90
🟢 Accessibility: 90
🟢 Best practices: 100
🟢 SEO: 92
🟢 PWA: 100

Lighthouse ran on https://sf-website-1gz0h3pb7-studio-freight.vercel.app/"

Please sign in to comment.