Sie sind nicht angemeldet.

Suchergebnisse

Suchergebnisse 1-17 von insgesamt 17.

Sonntag, 12. Februar 2023, 09:00

Forenbeitrag von: »klaea«

Hotspot with animation

Zitat von »klaus.krpano« The xml: https://krpano.com/viewsource.html?examp…ng-hotspots.xml Great solution, is it possible to implement distorted="false" to it? I've had no luck.. I guess it is the rx that is not supported by false distortion. So nevermind. I'll try some scaling instead

Freitag, 13. Mai 2022, 19:18

Forenbeitrag von: »klaea«

Uncaught TypeError

nvm.. it was the passQueryParameters. It had to be set to false.

Freitag, 13. Mai 2022, 13:27

Forenbeitrag von: »klaea«

Uncaught TypeError

I have integrated krpano with the wordpress frontend, which works as expected. But when I integrate krpano with the admin area I keep getting this error: "Uncaught TypeError: c.action.getArray is not a function at Object.l.actions_autorun (eval at embedpano (krpano.js?ver=5.9.3:10:74), <anonymous>:1:93071) at v (eval at embedpano (krpano.js?ver=5.9.3:10:74), <anonymous>:1:163669) at z (eval at embedpano (krpano.js?ver=5.9.3:10:74), <anonymous>:1:162666) at eval (eval at embedpano (krpano.js?ver=...

Donnerstag, 9. Januar 2020, 07:51

Forenbeitrag von: »klaea«

Easy HTML Lightbox Plugin

Well, of course.. You sir, you are awesome. Thanks!

Mittwoch, 8. Januar 2020, 16:49

Forenbeitrag von: »klaea«

Easy HTML Lightbox Plugin

Hi, is there a way to combine parameters on pdf lightbox? ex: test.pdf#toolbar=0&view=Fit

Samstag, 5. Oktober 2019, 18:38

Forenbeitrag von: »klaea«

getlooktodistance smaller value ?

Hi, did anyone come up with a solution for this? So that it doesn't fire all the time

Freitag, 27. September 2019, 11:43

Forenbeitrag von: »klaea«

looktohotspot offset

Even better, thank you! :)

Dienstag, 20. August 2019, 10:06

Forenbeitrag von: »klaea«

Easy HTML Lightbox Plugin

Bought this plugin a few months back. Works like a charm! Had some minor issues that was resolved by the author in no time. Great support!

Sonntag, 9. Juni 2019, 20:17

Forenbeitrag von: »klaea«

looktohotspot offset

Solved it by putting offset on hotspot instead. Works as a workaround

Sonntag, 9. Juni 2019, 17:49

Forenbeitrag von: »klaea«

looktohotspot offset

Hi, sorry for just posting a question and no code example, but is it possible to set an offset value to looktohotspot?

Freitag, 7. Juni 2019, 18:20

Forenbeitrag von: »klaea«

Images not visible in IE

So simple, but not quite obvious. Thanks a bunch! :D

Freitag, 7. Juni 2019, 12:39

Forenbeitrag von: »klaea«

Images not visible in IE

Hi, My image hotspots are loaded as normal, but other images, like; <layer type="text" url="..." /><layer type="container" url="..." /> are not loaded in IE and edge. The layer is there and it's clickable. But no image is loaded. Works like a charm in all other browsers. Am I missing something?

Montag, 3. Juni 2019, 13:56

Forenbeitrag von: »klaea«

Responsive scrollarea

Thanks for sharing! I've been trying to load scene thumbs dynamically into the thumb_background layer with no success. Well, they do show up in the layer but they just align on top of each other. I'm trying to implement the addthumbs action from Kuchlerhaus demo. for(set(i,0), i LT scene.count, inc(i), calc(thumbname,'thumb_' + i); addlayer(get(thumbname)); copy(layer[get(thumbname)].url, scene[get(i)].thumburl); set(layer[get(thumbname)].parent, 'thumb_background'); set(layer[get(thumbname)].li...

Sonntag, 2. Juni 2019, 09:12

Forenbeitrag von: »klaea«

Context menu - Switch caption on click

Hi, How can I switch the caption for context menu items? Just like the enterfs and exitfs, I would like to do this for custom items. Thanks!

Mittwoch, 29. Mai 2019, 09:15

Forenbeitrag von: »klaea«

Gyro and vr_cursor with auto-click while NOT in VR-mode

Hi, I am also interested in this functionality. I would like to keep the VR mode as is and just affect the gyro mode. Meaning - to add the VR cursor and lookto click when using gyro. Would this be possible?

Samstag, 25. Mai 2019, 16:28

Forenbeitrag von: »klaea«

Example: html div inside krpano with scrolling support

Hi, This line: onloaded="add_html_code(get(data[html_example_code].content), 10);" How can I make this an onclick event on a hotspot? I've tried to add the add_html_code to set(layer[html_div]....). But I cant figure out how to make it work. Example: <hotspot onclick="Too here --> "/> <layer name="html_div" onloaded="Move this --> add_html_code(get(data[html_example_code].content), 10);" /> <data name="html_example_code"> <![CDATA[ ... ] ]> </data>