Skip to content

Instantly share code, notes, and snippets.

@lode
Created December 7, 2016 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lode/194d78a81e788dd6c54724f73a0ca0f6 to your computer and use it in GitHub Desktop.
Save lode/194d78a81e788dd6c54724f73a0ca0f6 to your computer and use it in GitHub Desktop.
Lightspeed 360º foto plaatsen - javascript voorbeeld generiek
<script type="text/javascript" src="http://domein.nl/object2vr/object2vr.js"></script>
<script type="text/javascript">
setTimeout(function(){
jQuery(document).ready(function(){
if (jQuery('meta[name="keywords"]').attr('content').indexOf('360') != -1) {
object2vr({
locationBase: 'http://domein.nl/object2vr/klantnaam' + window.location.pathname,
mimicElement: jQuery('.zoombox .images .zoom.first'),
});
}
});
}, 100);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment