Jump to content

background in library


Marianum

Recommended Posts

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 by chef
Link to comment
Share on other sites

Happy2Play

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

Link to comment
Share on other sites

Happy2Play

Maybe try clearing the browser cache.  Ctrl+F5

 

I know backdrops display on all browsers.  Are you using any custom css?

Link to comment
Share on other sites

Happy2Play

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