Custom:html-card - html issue of filling the card without margins #29
-
|
Hello. I have encountered an issue that might be very basic for some, but for me its imposible, even with html tutorials. This is the closest I could get: |
Beta Was this translation helpful? Give feedback.
Answered by
PiotrMachowski
Sep 29, 2024
Replies: 1 comment 1 reply
-
|
Use this card with the following config: type: custom:html-template-card
content: >
<video width="100%" autoplay loop muted playsinline>
<source src="https://imageserver.webcamera.pl/rec/wroclaw/latest.mp4" type="video/mp4">
</video>
do_not_parse: true
picture_elements_mode: true
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MD0005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use this card with the following config: