Support Request: Screensaver zoom

Reproduction

We are working with fullhd screens with zoom set to 125% at Sitekiosk.

The problem is that the screen saver does not respect the parameter of the zoom to 125% and shows all the pages at 100% zoom.


Thanks in advance.

Description

Answer: (1)

Re: Screensaver zoom 4/4/2014 11:19 AM
Hello,

This is not a bug but a dedicated behavior. The zoom setting in the SiteKiosk configuration applies to the SiteKiosk Browser but not to the screen saver.

If it is about a web page display in the screen saver you may adjust the design of the web page or increase the zoom level by adding corresponding code to the web page.
Example: http://stackoverflow.com/questions/9441557/how-to-increase-browser-zoom-level-on-page-load

If it is about pictures (e.g. jpg): The pictures will be displayed in original size when adding them to the screen saver.You have two possibilities:
1. Change the picture resolution by using any graphic tool. (e.g. paint.net)
2. Embed the jpg into an html and then choose the HTML in the screen saver settings.
Example:

<html>
<body style="margin:0px;">
<img src="picture.jpg" width="100%" height="100%" border="0">
</body>
</html>


Or you choose any other Windows screen saver supporting the feature(s) you need.

Regards,
Michael Olbrich
My Account
Login
Language (Tickets):