Setting Display Parameters Based on Device Capabilities
A default ruleset file named BrowserRules.ini
is installed in the Thinfinity® Workspace program folder (C:\Program Files\Thinfinity\Workspace\bin64
). To customize it, make a copy and name it Thinfinity.RemoteDesktop.BrowserRules.ini
then save it to "C:\ProgramData\Cybele Software\Thinfinity\Workspace"
. You can safely customize this file as it won’t be overridden with a program update.
The structure of this file is as follows:
[default]
min-width = 640
min-height = 480
max-width = 2560
max-height = 1600
max-device-pixel-ratio = 1
[mobile]
parent-model = default
match-mobile = true
max-device-pixel-ratio = 2
Important
For these settings to apply, make sure the access profile's Resolution property is set to Fit to browser:
Configuration Manager>Access Profiles>Profile Editor>Display tab
: Fit to browser is selected in the Resolution field.In Thinfinity Workspace home page: select the access profile, click the three-dot button and select Edit. In the Display tab, in the Resolution field, the Fit to browser section should be selected.
Alternatively, if you are using the SDK, set: resolution:
"fittobrowser"
Last updated
Was this helpful?