Jump to content

hope have to enjoy background image


xgal8

Recommended Posts

I like movies background image,I hope there is a shortcut to clean the screen,only left with background.thank you.

Edited by xgal8
Link to comment
Share on other sites

arrbee99

I hope if I've found the correct ones to help a bit -

 

/* Make Background More Visible */

.backgroundContainer.withBackdrop {

    background: rgba(0,0,0,.5)!important;

}

 

/* Move Text and Logo Down */

.detailLogo {top: 40em;}

 

.detailPageContent {padding-top: 30em;}

 

/* Remove Media Poster */

#itemDetailPage div.detailImageContainer.detailimg-hidemobile.portraitDetailImageContainer {display: none; }

 

See also - https://emby.media/community/index.php?/topic/60189-move-stuff-down/

 

Mostly kindly provided by Happy2play.

 

This only works in a web browser far as I know, so not in Emby Theater or other apps.

 

You go to Server Dashboard > Settings copy and paste into Custom CSS box and save.

Link to comment
Share on other sites

I hope if I've found the correct ones to help a bit -

 

/* Make Background More Visible */

.backgroundContainer.withBackdrop {

    background: rgba(0,0,0,.5)!important;

}

 

/* Move Text and Logo Down */

.detailLogo {top: 40em;}

 

.detailPageContent {padding-top: 30em;}

 

/* Remove Media Poster */

#itemDetailPage div.detailImageContainer.detailimg-hidemobile.portraitDetailImageContainer {display: none; }

 

See also - https://emby.media/community/index.php?/topic/60189-move-stuff-down/

 

Mostly kindly provided by Happy2play.

 

This only works in a web browser far as I know, so not in Emby Theater or other apps.

 

You go to Server Dashboard > Settings copy and paste into Custom CSS box and save.

thank you,I have used it before.i want to switch visible ,only background no other elements.and i try use CSS :hover selector ,but useless.

Link to comment
Share on other sites

arrbee99

Oh well, hopefully a css expert can help you. The only thing I can think of is to maybe change those 40em and 30 em things to push stuff down so its not visible until you scroll down.

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...