Skip to content

Instantly share code, notes, and snippets.

@cedricpinson
Created April 2, 2013 20:18
Show Gist options
  • Save cedricpinson/5295809 to your computer and use it in GitHub Desktop.
Save cedricpinson/5295809 to your computer and use it in GitHub Desktop.
start command for sketchfab-iframe
var promise = start('lryj5P1gwkVTmAI53wdqfmUWFym', {
"nocamera": 1, // no camera animation at start
"autostart": 1, // start when loaded
"transparent": 1, // set the background transparent
"controls": 0, // remove the control UI
"desc_button":0, // remove description UI
"stop_button":0 // remove the stop button
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment