Hi,
krpano 1.17 supports multires in HTML5 and therefore it is using the multires images by default.
But in your case, you are using tilesize=1024 and this is too large to work stable on mobile devices.
You could add this code:
|
Source code
|
1
|
<image multires="false" devices="mobile|tablet" />
|
after/below the original <image> code to disable the multires image for these devices.
Best regards,
Klaus