Embed video has annoying extra padding at the bottom

Bottom padding in preview:

Screen Shot 2020-01-27 at 10.43.52 PM

Embed video:

<video width="100%" poster="…" autoplay loop muted playsinline>
  <source src="…" type="video/mp4">
</video>

Embed video style:

How to get rid of this extra padding?


What’s your published link?

Resolved by changing display to flex

2 Likes