shababcreative

Results 1 issues of shababcreative

Doesn't resize to the new size when changing the `object-fit` css of the video: `object-fit: fill`: ![image](https://user-images.githubusercontent.com/58214819/72744348-71f61880-3bbe-11ea-96df-2a02a3bf7784.png) `object-fit: cover`: ![image](https://user-images.githubusercontent.com/58214819/72744510-c3060c80-3bbe-11ea-83b9-d6d4ce992aad.png) code: ``` function setResize(mode) { vid.style.objectFit = mode; ass.resize(); }...

bug