You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The video stream is not resized into the frame on the Android HA Dashboard. It worked fine and I supposed it was going wrong since the last update. Probably related to this change: #21 ?
The strange part is is that it works fine on Windows Chrome:
I've tried to experiment with the style parameters, like this:
style: "video {object-fit: cover; object-position: left top;}"
I tried scale-down, cover, contain, fill but all without the desired effect
if you haven't add this code, you can double click the screen to zoom in (digital zoom), and you also can double click to change 1x original zoom on your android phone
The video stream is not resized into the frame on the Android HA Dashboard. It worked fine and I supposed it was going wrong since the last update. Probably related to this change: #21 ?
The strange part is is that it works fine on Windows Chrome:
I've tried to experiment with the style parameters, like this:
style: "video {object-fit: cover; object-position: left top;}"
I tried scale-down, cover, contain, fill but all without the desired effect
The code I use in the dashboard is:
The text was updated successfully, but these errors were encountered: