Advertisement
jargon

Doors / Video on Demand

May 5th, 2022
1,915
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1.  
  2. .backgroundvideo {
  3.   object-fit: contain;
  4.   width: 20vmin;
  5.   height: 12vmin;
  6.   max-width: 20vmin;
  7.   max-height: 12vmin;
  8.  
  9.   position: fixed;
  10.   left: 0;
  11.   right: 0;
  12.   top: 0;
  13.   bottom: 0;
  14.   z-index: -1;
  15.  
  16.   justify-self: center;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement