Jump to content

Change backdrop Image throughout, Remove Blur?


jachin99

Recommended Posts

jachin99

Because there isn't an actual christmas theme enabled for the web app, I'm thinking I can kind of make my own by changing the backdrop, and removing the blur effect in the web app CSS.  Are there any examples I can work off of that work with current versions of Emby Server?  I would like this to be a "Global" effect where each screen has my modified backdrop, minus those screens which use video backdrops.  Thanks.  

Link to comment
Share on other sites

jachin99

Some themes have a blur effect for the background.  I wasn't sure if the background with a blur effect applied over it, or a blured image set as the background.  I was looking at blue radiance in particular but it doesn't look like the other themes have a blur.  

Link to comment
Share on other sites

arrbee99

Don't know about blur, but this is Happy2plays (?) css to make the background image brighter...

 

.backgroundContainer.withBackdrop {
    background: rgba(0,0,0,.5)!important;
}
Link to comment
Share on other sites

Happy2Play

Is the entire backdrop created in CSS or Javascript, or does it use an image file like a png image?

 

You can apply them with CSS.

 

Have you looked through the Custom CSS section?

Edited by Happy2Play
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...