AlexxIT / WebRTC

Home Assistant custom component for real-time viewing of almost any camera stream using WebRTC and other technologies.
https://github.com/AlexxIT/Blog
MIT License
1.54k stars 181 forks source link

Image in webrtc card is cropped #687

Closed nightfever77 closed 7 months ago

nightfever77 commented 7 months ago

Webrtc-card zooms in and crops the image with just the minimal config. style: "video {aspect-ratio: 1; object-fit: fill;}" does not make any change.

Comparison: webrtc-card with picture-glance card

image

image

Any fix?

nightfever77 commented 7 months ago

My fault, did not realized the digital zoom feature.