Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
The licenses for 1.17 are working also in 1.18 - if not check the license code, try entering it again, if still not working contact me by mail and include all information about your license.
Quoted
I've just downlaod the KRPano 1.18 and I've a watermark.
What do you mean - in which case?Nice update. But
<hotspot ... zoom="true" />
still doesn't work in HTML5 :(
Try clearing the browser cache and downloading again.But the MAC OSX disk image seems to be corrupted!!
![]() |
Source code |
1 |
What do you mean - in which case? |
Thanks for this example - I wasn't aware about that kind of bug.Very simple example. Flat pano, html5 prefered. One hotspot (zoom=true scale=0.1)
If you not specify scale, the icon is so large that it covers the whole panorama, if you scale it down it seems to work properly but there's one problem - you cannot setting scale lower than 0.02. If you did it, the icon will disappear entirely.
This post has been edited 1 times, last edit by "Tanate" (Oct 23rd 2014, 6:31pm)
Hey tanate, there is no html5 error, so most probably is about your code, or structure of files or other things. I m sure that if you post your question in the right place, like beginer questions you will get help very quickly. Also having a link to the error would be important.
Hey tanate, there is no html5 error, so most probably is about your code, or structure of files or other things. I m sure that if you post your question in the right place, like beginer questions you will get help very quickly. Also having a link to the error would be important.
The 'device checks for attributes' is a 'static filter' that will be resolved during the xml parsing - it decides if the attribute will be set to the given value or not, but there is finally only one attribute that will be get the value.Right now i try this feature for dynamic created layers, which seems not to work...???
Simple example:
set(layer[myLayer].x.desktop, 260);
set(layer[myLayer].x.tablet, 220);
set(layer[myLayer].x.mobile, 180);
![]() |
Source code |
1 2 3 |
if(device.desktop, set(layer[myLayer].x, 260) ); if(device.tablet, set(layer[myLayer].x, 220) ); if(device.mobile, set(layer[myLayer].x, 180) ); |