Anonymousprnt::Y
Find:

   |


 
 
Click on images to see them in full screen

Small Displays

From V10.8 we changed the ways small displays are handled. The good news you have to do only two things:
  1. Set the Display to Buttonless, in Local Settings
  2. Add CSS to your branding

Setting display to Buttonless

VIDEO: Buttonless display

  1. On the end point software, login to your server
  2. Click on the Local Settings button at the top of the display
  3. Set the Display to Buttonless as shown in the image below
Note: you can use Buttonless on any display, including normal size displays, but not together with "Flexible" Display. Read more about Buttonless displays here Database 'Door Tablet HELP', View 'Help Documents', Document 'Buttonless'



Adding CSS to cater for sizing
Please add the following CSS to your display branding

[data-role='popup'] {
transform: scale(1.3, 1.3);
-moz-transform-origin: 0 0;
}

.actionCircle,
.actionCircleClose {
height: 14vh;
background-size: 10vh;
}