Marianum 3 Posted October 26, 2015 Posted October 26, 2015 Hello, I want to change the background its now grey (see link). I want to use a picture as background. http://prntscr.com/8vj7ok Koenske
chef 3808 Posted October 26, 2015 Posted October 26, 2015 (edited) It might be a CSS edit to link images to the library tier background. It also could be something to do with adding the image to the ImagesByName folder. Under General and the folder name. Someone will know more then me. Edited October 26, 2015 by chef
Happy2Play 9441 Posted October 26, 2015 Posted October 26, 2015 There is an option in Display setting for backdrops (auto, yes and no). You need to set it to yes, auto is limited to some views. But this uses images from your media collection. User icon top right-Settings-Display settings-enable backdrops
Marianum 3 Posted October 27, 2015 Author Posted October 27, 2015 @@Happy2Play it is on yes "ja" is dutch for yes http://prntscr.com/8vt395 @@chef go ahead please?
Happy2Play 9441 Posted October 27, 2015 Posted October 27, 2015 Maybe try clearing the browser cache. Ctrl+F5 I know backdrops display on all browsers. Are you using any custom css?
Marianum 3 Posted October 27, 2015 Author Posted October 27, 2015 fixed with css 1: http://prntscr.com/8vtc2y 2: http://prntscr.com/8vtc6u body { background-image: url("https://primarilyentertainment.files.wordpress.com/2014/07/old_movie_projector.jpg"); background-repeat: no-repeat; background-size: cover; } 1
Happy2Play 9441 Posted October 27, 2015 Posted October 27, 2015 (edited) And you can adjust the level of transparency with these. Adjust the .50 .backdropPage.ui-page-theme-b:not(.pageWithAbsoluteTabs) { background-color: rgba(29,29,29, .50) !important; } .backdropPage.pageWithAbsoluteTabs .pageBackground { background-color: rgba(29,29,29, .50) !important; } .backdropPage.lightBackdropPage.ui-page-theme-b:not(.pageWithAbsoluteTabs), .backdropPage.lightBackdropPage.pageWithAbsoluteTabs .pageBackground { background-color: rgba(29,29,29, .50) !important; } Edited October 27, 2015 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