hass-browser_mod icon indicating copy to clipboard operation
hass-browser_mod copied to clipboard

Pop-ups no longer full screen on 2.3.0

Open Daniel-dev22 opened this issue 1 year ago • 5 comments

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 Screenshot_20230715_181202_Home Assistant

Browser Mod 2.2.2 is full screen. Screenshot_20230715_181301_Home Assistant

Daniel-dev22 avatar Jul 15 '23 22:07 Daniel-dev22

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.

stale[bot] avatar Sep 16 '23 21:09 stale[bot]

Active

Daniel-dev22 avatar Sep 16 '23 22:09 Daniel-dev22

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.

stale[bot] avatar Dec 15 '23 06:12 stale[bot]

Same issue over here... Have you found any solution ?

mikymigs avatar Feb 10 '24 16:02 mikymigs

Anyone found a solution to this? Same issue

BWilky avatar Mar 16 '24 16:03 BWilky