How can I simulate the functionality of background-size:cover
on an html element like <video>
or <img>
?
I’d like it to work like
background-size: cover;
background-position: center center;
How can I simulate the functionality of background-size:cover
on an html element like <video>
or <img>
?
I’d like it to work like
background-size: cover;
background-position: center center;