Picture Elements Card bottom bar

Hi, does someone know how to achieve the same semi-transparent bottom bar on a picture elements card as it is on the picture glace card?

image

Thank you

Checkout the card-mod template

I already figured it out.
I made an empty image (fully transparent) and added this code:

  - type: image
    image: /local/empty.png
    style:
      top: 100%
      left: 50%
      width: 100%
      height: 36%
      background-color: rgb(0, 0, 0, 0.5)
      z-index: 0
1 Like