Answers for "video background scss"

0

css video background

.bg-vid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
Posted by: Guest on August-02-2021

Browse Popular Code Answers by Language