ASS
ASS copied to clipboard
Resize to the new size of object-fit
Doesn't resize to the new size when changing the object-fit css of the video:
object-fit: fill:

object-fit: cover:

code:
function setResize(mode) {
vid.style.objectFit = mode;
ass.resize();
}