Forum Discussion
Adam-Dawes
6 years agoCommunity Member
Custom scenario scene background image in RiSE
I eould like to upload a custom background image for my scenarios on Rise 360 What are the required dimensions and file size?
MathNotermans-9
Community Member
Customizing indeed the CSS like this...both my background gets unblurred and my character hidden..
.scenario-block__background {
filter: blur(0rem) !important;
}
.scenario-block__character {
visibility: hidden !important;
}
Now finding a way to get that enabled into Rise360 is the tough part...
AlexBradley-13f
3 years agoCommunity Member
Thank you Math, this is v helpful!