Recent content by dreidesign

  1. D

    Fully responsive template

    Could we get a fully responsive template? When I publish a project with the responsive template, the max size is locked to the actual image size. It would be better when its just getting blown up. Second thing, is that its only responsive for the width. When I change the window height, smaller...
  2. D

    Fullscreen not resizing image to screensize

    The object-fit approach didnt work for me. I tried the good old padding-top trick for responsive aspect ratio.
  3. D

    Fullscreen not resizing image to screensize

    Is this a normal behaviour that the fullscreen is just scaling the image to the max image size? I would like to get a "real fullscreen", that the image is scaled up the the screen resolution and keeping the aspect, no matter what the resolution of the image is. I've seen that the fullscreen...
  4. D

    Polygonal hotspots

    Hmm ok, thx. Will have a look at it in the future.
  5. D

    Polygonal hotspots

    I would just like to use them as normal hotspots instead of png's. I think the simplest most flexible option, would be to use svg's as hotspots. And have different svgs per frame or show/hide different svg groups per frame.
  6. D

    Polygonal hotspots

    Is it possible to set polygonal hotspots?
  7. D

    playToLabel complete function

    How can I get the "playTo" index? Have looked into the documentation but haven't found it.
  8. D

    playTo shortest distance

    Is it possible to alter the playto function. So that its taking the shortest distance? On some positions the turnaround goes like 270° in one direction instead of just going like 5° it would have to go when going in the other direction.
  9. D

    playToLabel complete function

    Hello, I was wondering if there is the possibility to call the complete function also when the playToLabel is currently on the right position. I registered some click events with the "playToLabel". When the "playToLabel" has finished I want to fadein a div. This is however working, but not in...
  10. D

    Javascript function not getting called

    Hello, I'm trying to integrate an intro/help image for a turnaround. This is my intro image in the xml: <hotspot id="intro" renderMode="2" indicatorImage="" margin="0,0,0,0" align="center,center"> <spotinfo src="images/spots/start_icon.png" imgWidth="534" imgNoScale="false"...
  11. D

    How to get fully responsive

    Hey guys, I'm having a hard time to get a true responsive experience. I want the viewer to scale the image to the full width, no matter if the picture width is below that. Also it should keep the aspect ratio. I would also like to have that behaviour for the fullscreen view. Cause at the...
Top