ASS icon indicating copy to clipboard operation
ASS copied to clipboard

Resize to the new size of object-fit

Open shababcreative opened this issue 5 years ago • 0 comments

Doesn't resize to the new size when changing the object-fit css of the video: object-fit: fill: image

object-fit: cover: image

code:

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

shababcreative avatar Jan 20 '20 17:01 shababcreative