thomasloven / lovelace-card-mod

🔹 Add CSS styles to (almost) any lovelace card
MIT License
1.12k stars 167 forks source link

Hello, regarding changing the popup background image, hope can help me out. #115

Closed horacecar closed 3 years ago

horacecar commented 3 years ago

I would like to know which variable to change the background image of the popup window(using browser mod). i have tried the variable below but still fail. once changed the background image, when click the popup, the background image will move, please see the video that i uploaded.

https://user-images.githubusercontent.com/44496483/110235408-c39c6680-7f6a-11eb-9b26-acec9df7f02c.mp4 _20210307172952

      card_mod:
        style: |
          :host {
            --card-background-color: var(--background-image);
              }

          ha-card {
            background: var(--background-image);
          }
KTibow commented 3 years ago

This should go in the forums.