Picture-elements card

I need some advice, i have implemented a Picture elements card.
The floorplan is 3839x2715 pixels, but in Home Assistant the picture is very small (like a normal card size).
Is there a way to resize this card?

Thanks in advance.

Kind regards
Robin

You can set the view to use the panel-mode to show your floorplan in full size in the settings of the view.

If you need more options then this might be worth looking into:

1 Like

Hi Thomas,

Thanks, that option was indeed available in the previous builds, but the option is not available (well not in the Dutch version) in my current build Core 2021.3.3 / OS 5.12.

You need to add it to your ui-lovelace.yaml, see part of mine below:

  - title: Floor Plan Ground Floor
    icon: mdi:home-floor-g
    panel: true
    cards:
      - !include lovelace/floor_plans_ground_floor.yaml

That’s strange. I have the option in the UI settings in 2021.3.4:

My mistake, I was look at the wrong location for panel mode. I was looking on the card itself instead of the tab. I don’t use this very often (just moved to a new home so I was adding a new tab).

Thanks for the support it is solved

Great, you’re welcome!