Hello,
I’m using a Webpage Card to integrate a custom chart. My issue is that the background of iframe can’t be transparent to have the general theme background.
My card yaml configuration :
type: iframe
url: /local/chart/chart.html?v=1
aspect_ratio: 70%
I set
background: transparent;
to html and body in chart.html
The iframe HTML render :
I saw that
allowtransparency="true"
could allow transparency on iframe. Would it be possible to add this ? Or to add styling on Webpage Card to choose.
Thanks