Hello Is there a way to get an image to appear in the browser window behind the Login form ?
See screenshot – the browser is just white, we want to put an image there or change the color
Hi Edmond,
there are several ways to achieve that. Let me show 3 of them:
“appearances”:
{
“root”:
{
“states”:
{
“default”:
{
“styles”: {
“backgroundImage”: “https://s3.amazonaws.com/wisej/images/wisej-desktop.jpg”,
“backgroundSize”: “cover”
}
}
}
}
}
Best regards
Frank
Please login first to submit.