Jump to content

Removing the Album poster - again


arrbee99

Recommended Posts

arrbee99

It seems I can remove the huge album poster from the music page with this -

/* Remove album poster from playlist*/
div.itemAction.cardContent.cardImageContainer.cardScalable  {display: none !important;}

and it doesn't move the progress bar / controls up, but...it also kills the media info you get at the bottom of movie (etc) detail pages.

Any thoughts please on how to have the first without affecting the second ?

Link to comment
Share on other sites

Happy2Play
13 minutes ago, arrbee99 said:

It seems I can remove the huge album poster from the music page with this -

/* Remove album poster from playlist*/
div.itemAction.cardContent.cardImageContainer.cardScalable  {display: none !important;}

and it doesn't move the progress bar / controls up, but...it also kills the media info you get at the bottom of movie (etc) detail pages.

Any thoughts please on how to have the first without affecting the second ?

What are you trying to accomplish?

Link to comment
Share on other sites

arrbee99

I'm trying to get it like this -

915257400_EmbyTogglePlaylistOff.thumb.JPG.a36827d02fbc9a1ab459e8e578ea8ec6.JPG

which that css does, but it also removes stuff like this (well it keeps the top three lines, but kills the stuff below so there's the three lines and nothing else) -

1255092241_EmbyTogglePlaylistOff1.JPG.1a8c25f0301f0811a311f0af98d6624a.JPG

which I want to keep

Link to comment
Share on other sites

Happy2Play

@arrbee99With your code you would do something like this.

div.itemAction.cardContent.cardImageContainer.cardScalable:not(.mediaStreamPadder)  {display: none;}

But are you really wanting to remove all cardImageContainer or just on Now Playing?

Edited by Happy2Play
Link to comment
Share on other sites

Happy2Play
3 minutes ago, arrbee99 said:

Probably just on Now Playing now that you mention it 😀

So something like this.

div.osdPosterContainer .cardImageContainer {display: none;}

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...