How do I replace or have the logo stretch across the screen (dynamic lock screen)

I want my logo to really just be the header on my lock screen. How can I do this?

3 years ago
Android
ANSWERS
RH
Robert Hattala
3 years ago

since it wont let me edit, I also want to know if there is a way to just make the header transparent and just add transparent logos to header. 

RC
Raymond Chan Diamond Contributor
3 years ago

I don't know why you said the system don't allow you to edit, unless your web-console administrator permissions have been modified to disallow or the template is being modified/used by some other administrator(s)  To play around, just make a copy of the html template and modify it as you like as long as the language features used is supported by the renderer assoicated with your kiosk built in your device agent.  You of course need to have basic knowledge of html/CSS/javascript to do it properly.

RH
Robert Hattala
3 years ago

Sorry, it would let me edit the original post here on the forum. 

Ultimately I have come to conclusion that removing the header and footer would be fine, but when changing this:

  #header {
                display: none;
            }
        
            #header img {
                display: none;
 
 
            #footer {
                display: none;

I end up still getting a bar at the bottom of the screen (Android Tab Active 2) happens in both landscape and port. However, the header disappeared just fine. 
RH
Robert Hattala
3 years ago

RS
Rafael Schäfer
3 years ago

try just to remove the following part out of the template:

<div id="Footer">
        </div>
H
HOMOD@SOTI
3 years ago

Hi Robert,

Have you had any chance to try what suggested above ?

Please let us know how it went.