Camera UI Behavior Changed After 2022.11

After installing 2022.11, when I tap on a live camera the popup is the same size or smaller as the preview window. Previously when I would tap on a live camera the popup would take up nearly the entire screen. Does anyone know how I can achieve this again?

type: horizontal-stack
cards:
  - type: vertical-stack
    cards:
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.miccam04_main
        theme: Google Theme
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.miccam05_main
        aspect_ratio: 16x12
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.miccam02_main
        aspect_ratio: 16x12
  - type: vertical-stack
    cards:
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.miccam01_main
      - show_state: true
        show_name: true
        camera_view: live
        type: picture-entity
        entity: camera.miccam03_main
        aspect_ratio: 16x12

2 Likes

I noticed the same. I found that when I click the title, in your case MICCAM03-main, the camera view would return to its size in the last version.

2 Likes

thanks! that’s definitely a huge help. would love to find a way to get the original behavior back though

I am using picture-entity without any details displayed. Therefore I can’t click on name. And experiencing the same issue - it no longer stretches across the entire screen as it used to on my tablet.

Found the same behavior after update.
Is there any resolution to have the old behavior of full screen from simple mouse click on the picture tile ?

Any update on this? I also hate that entity now opens in small view.
After clicking on the card title the “large” class is added in the HTML, maybe it could be used somehow?
obrazek

1 Like