Splash screens are generally used landing pages. To set a splash page in Origin choose a Styled Text plugin and set the page to Splash Screen at page styles > misc.
Set a background image by using the banner option at project settings > general banner.
Brightness filter
The banner has a brightness filter applied to it, in order to make the text overlay readable. You may regulate the filter with this simple rule, use at the page's CSS field:
#tm-banner.load-banner { -webkit-filter: brightness(1); filter: brightness(1); }
Comments
0 comments
Article is closed for comments.