Skip to content

Size you image

Choose a tag to compare

@luixal luixal released this 17 Jan 12:48
2a76047

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:

image

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