Hi,
okay, I look later again, but the pixelsizes should be the right ones according to your viewport settings...
A way to set different custom scaling would be using the new
stagescale setting.
See here an usage example:
http://krpano.com/examples/116/examples/…scale-test.html
e.g. either set fixed custom scalings for Android devices:
|
Quellcode
|
1
2
|
<krpano stagescale="2.0" devices="android+tablet" />
<krpano stagescale="1.0" devices="android+mobile" />
|
or scale the initial stagescale value by a custom factor:
|
Quellcode
|
1
|
<events name="stagescale" onxmlcomplete="mul(stagescale, 2.0); set(events[stagescale].name, null);" keep="true" />
|
Note - the initial stagescale value depends on the viewport and dpi of the device.
Best regards,
Klaus