#ha-bar-media-player

1 messages · Page 1 of 1 (latest)

polar sun
#

So what I am trying to accomplish is to have a page from the media browser open on a dashboard.
I got that part with an iframe. What i want to do is to hide the ha-bar-media-player so that the page is JUST the movies.
Is there any way to hide just the element i mentioned or to only show the movies?
I know next to nothing about css stuff and the few things I have tried based on poking around havent done anything. I figured the card mod add on would help as I have gotten it to do a few other simple things.

polar sun
#

I love that as soon as I ask these questions i figure it out.

polar sun
#

used type: custom:grid-layout

#
      ha-bar-media-player .info.pointer,
      ha-bar-media-player .controls-progress,
      ha-bar-media-player .choose-player {
        display: none !important;
      }```
#

now to figure out how to hide the top part with the back button and the little change view dots.

tropic violet