I have a picture entity card with a camera entity. De view is too big. How can I cahgen width and height ?
Show your code.
1 Like
i already found it. I made a custom mod card with the entity card inside it. Thanks for replying anyway
- type: custom:mod-card
view_layout:
grid-area: panel
style: |
ha-card {
width: 658px !important;
height: 370px !important;
}
card:
type: vertical-stack
cards:
- type: picture-entity
entity: camera.deurbel_profile_name
2 Likes
Hi Jo, by sharing the details on how you solved your question, you:
- help others who are searching for this
- can use that to mark as the solution so this thread becomes even more valuable