Releases: luixal/lovelace-media-source-image-card
Releases · luixal/lovelace-media-source-image-card
v0.5.3
Fix aspect ratio in images
Clean up
Size you image
Adds two new fields width
and height
that can be used to set the size of the image.
This example:
type: custom:media-source-image-card
image: >-
https://t4.ftcdn.net/jpg/01/43/23/83/360_F_143238306_lh0ap42wgot36y44WybfQpvsJB5A1CHc.jpg
width: 300px
height: 200px
would render as this:
You can use any value that's css valid (100px, 100%, 10rem, 10em, etc.). And you may use card_mod
or tweak your theme for it to look pretty :P
v0.4.0
Adds standard support for tap action.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Fixes problem with absolute media source url
Fixes problem when using abolute media source urls in templates.
Fixes #10
Fixes watching for multiple entities in templates
Fixes watching for all entities present in a template.
Full Changelog: v0.2.3...v0.2.4
Fixes non media source url
v0.2.3 Fixes non media source urls not working
Fixes problem with non-templated image urls
- Fixes problem with non-templated image urls
- Add beta-state support for video.