Open shababcreative opened 4 years ago
Doesn't resize to the new size when changing the object-fit css of the video: object-fit: fill:
object-fit
object-fit: fill
object-fit: cover:
object-fit: cover
code:
function setResize(mode) { vid.style.objectFit = mode; ass.resize(); }
Doesn't resize to the new size when changing the
object-fit
css of the video:object-fit: fill
:object-fit: cover
:code: