hass-browser_mod
hass-browser_mod copied to clipboard
Pop-ups no longer full screen on 2.3.0
In 2.3.0 browser mod pop-ups are no longer full screen. I'm running home assistant 2023.7.2
Here's my configuration below that I use for all of my cameras. Previously the pop-up was a full screen video now it's a small portion.
show_state: false
show_name: false
camera_view: auto
type: picture-entity
entity: camera.outdoor_1
camera_image: camera.outdoor_1
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
size: fullscreen
style: |
--popup-background-color: black
content:
type: custom:webrtc-camera
mode: mse
url: outdoor_1
intersection: 0.75
double_tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
size: fullscreen
style: |
--popup-background-color: black
content:
type: custom:frigate-card
cameras:
- camera_entity: camera.outdoor_1
view:
default: clips
dimensions:
aspect_ratio_mode: unconstrained
media_viewer:
auto_unmute: all
controls:
next_previous:
style: none
overrides:
- conditions:
mediaLoaded: true
overrides:
menu:
style: hidden
menu:
style: overlay
button_size: 50
buttons:
image:
enabled: true
live:
enabled: false
clips:
enabled: true
recordings:
enabled: true
card_mod:
style: |
camera {
width: 100px;
height: 50px;
object-fit: fill;
}
Browser mod 2.3.0
Browser Mod 2.2.2 is full screen.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Active
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Same issue over here... Have you found any solution ?
Anyone found a solution to this? Same issue