Remove bottom banner on picture entity card

I’d like my picture entity card to just show a different picture based on state but not the greyed out bar at the bottom of the card. Is there a way to remove this?

Untitled

It’s described in the docs

show_name
(boolean)(Optional)Shows name in footer.
Default value: true

show_state
(boolean)(Optional)Shows state in footer.
Default value: true

Thanks! I missed that part.