Jump to content

I am needing help adding a KeyshotVR to a Square Space web site, does any one know how to do this?

 

 

Here is the code; there is also a file with the images and I'm not sure where I would place that.

<!--  KeyShot VR  (c) Copyright 2012-2013 Luxion ApS - All Rights Reserved.--><!DOCTYPE html><html xmlns='http://www.w3.org/1999/xhtml'>  <head>    <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>    <title>KeyShotVR</title>    <style type="text/css">      body { -ms-touch-action: none; }    </style>    <script type="text/javascript" src="untitled_VR.7/files/KeyShotVR.js"></script>    <script type="text/javascript">      var keyshotVR;      function initKeyShotVR() {        var nameOfDiv = "KeyShotVR";        var folderName = "untitled_VR.7";        var imageWidth = 1920;        var imageHeight = 938;        var backgroundColor = "#FFFFFF";        var uCount = 25;        var vCount = 1;        var uWrap = true;        var vWrap = false;        var uMouseSensitivity = -0.069444;        var vMouseSensitivity = 1.000000;        var uStartIndex = 13;        var vStartIndex = 0;        var minZoom = 1.000000;        var maxZoom = 1.000000;        var rotationDamping = 0.960000;        var windowResizable = true;        var addResizableGUIButton = false;        var addPlayGUIButton = false;        var imageExtension = "jpg";        var showLoading = true;        var loadingIcon = "ks_logo.png"; // Set to empty string for default icon.        var allowFullscreen = true; // Double-click in desktop browsers for fullscreen.        keyshotVR = new keyshotVR(nameOfDiv,folderName,imageWidth,imageHeight,backgroundColor,uCount,vCount,uWrap,vWrap,uMouseSensitivity,vMouseSensitivity,uStartIndex,vStartIndex,minZoom,maxZoom,rotationDamping,windowResizable,addResizableGUIButton,addPlayGUIButton,imageExtension,showLoading,loadingIcon,allowFullscreen);      }      window.onload = initKeyShotVR;    </script>  </head>  <body oncontextmenu="return false;">    <div id="KeyShotVR"></div>   </body></html>

This is probably the wrong place in the forum to post this but I wasnt sure. Sorry in advance. 

Link to comment
https://linustechtips.com/topic/99783-square-space-and-keyshotvr/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×