Search results
Search results 1-20 of 169.
you have to use the CSS to customize the popup colors like this: Source code 1 2 3 4 5 6 7 div#popup-box { background-color: #000000 !important; color: #ffffff !important; } div#popup-box #popup-box-title { color: #ffffff !important; }
no worries, I sent you the updated plugin.
Hi Guys, I am developing an editor for loading and interacting with the 3D models inside the Krpano environment with Three.js so far, I had good progress and everything go as I expect. but I have a technical problem with syncing and aligning a 3D model with a scene's view! please have a look at this video to understand what I mean: https://youtu.be/Doevsw2vOTo does anybody have any idea about how we can do something similar? and how can I find the correct camera position and other parameters on ...
please send me your email address in PV to resend you the latest version of the plugin. Thanks,
just replace the new tour.js file on your old tours.
Yes, it can: https://krpano.com/forum/wbb/index.php?p…74848#post74848
Convert your videos to adaptive bitrate streaming videos (MPEG-DASH and HLS), after that; most hosts are suitable for it.
Instead of this part of your code: var Move =....... use this code: window.Move =....... (by this way, you can define the Move object as a global object) After this change, you can use these codes to run your functions: jscall(Move.start()); OR jscall(Move.stop()); I hope it works for you.
Hi Damien, You can't set a custom CSS code like an attribute for the plugin, but you can put your CSS codes in the HTML file of your tour to customize the popup styles. Thanks, Hamid
Can you install APK files on it! You use the KSWEB android application to create a local server on your device. Then you can use the created local server to open your tour in the browser.
Hi Fernando, does this plugin work for you? https://panotools.eu/offline-virtual-tour/ Thanks, Hamid
Hi, Sorry, technically, it's possible, but I have no time to develop it. If you have a developer on your team, I can lead him to do it on your side. On the other hand, Why don't you use the screen sharing of the Agora version?
this is the error when I tried to load this page: Source code 1 Refused to display 'https://kahramanmarassehirrehberi.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'. you need to ask "kahramanmarassehirrehberi.com" website to allow you to load their website in IFRAME. also, you have to open the HTTPS version of the website, not HTTP.
Hi, did you try to set keep="true" for your hotspots? https://krpano.com/docu/xml/#hotspot.keep
Hi, add this action on your XML file: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <action name="shif_key_monitor" type="Javascript" devices="html5" autorun="onstart" ><![CDATA[ krpano.set("shift_down","false"); var setShiftDown = function(event){ if(event.keyCode === 16 || event.charCode === 16){ krpano.set("shift_down","true"); } }; var setShiftUp = function(event){ if(event.keyCode === 16 || event.charCode === 16){ krpano.set("shift_down","false"); } }; window.addEventListener? docum...
Hi Loki, I just sent you the plugin update in a PM and I will send it to all other customers this week. Thanks, Hamid
no worries! you can use addItem action to add your text to the plugin and then you can search on it! https://krpano.com/plugins/userplugins/fuzzysearch/#addItem
Thanks Index :) using HTML was a good idea! here is the result: