Adding Border Radius To HTML5 Video

Posted on September 21, 2022September 21, 2022 by J OWL Farand

Wrap the video in a div and give it this styling

div {
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  height: 320px;
  width: 480px;
}

Source

Posted in #downloadTHISwebTagged #css, #html5, css, html5, video

Post navigation

Previous: Installing Kdenlive AppImage On Ubuntu 22.04
Next: Checking Status Of MySQL On Ubuntu
Proudly powered by WordPress | Theme: ghostnation by J. OWL Farand.