jachin99 87 Posted December 9, 2018 Posted December 9, 2018 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.
jachin99 87 Posted December 9, 2018 Author Posted December 9, 2018 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.
arrbee99 1712 Posted December 9, 2018 Posted December 9, 2018 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; }
jachin99 87 Posted December 10, 2018 Author Posted December 10, 2018 Is the entire backdrop created in CSS or Javascript, or does it use an image file like a png image?
Happy2Play 9442 Posted December 10, 2018 Posted December 10, 2018 (edited) 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 December 10, 2018 by Happy2Play
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now