cloudflare / stream-angular

BSD 3-Clause "New" or "Revised" License
12 stars 11 forks source link

How to make video's object-fit: 'cover'? #10

Closed patelreez closed 3 years ago

patelreez commented 3 years ago

I have been searching a way to have object-fit; conver. Is there any way to get ref to video element?

third774 commented 3 years ago

@patelreez If you need to style the video element directly, using a third party player should do the trick. Hope this helps!