Skip to content

Instantly share code, notes, and snippets.

@lynaghk
Last active January 4, 2021 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save lynaghk/e32f6e56026abb6c44b65d311871719b to your computer and use it in GitHub Desktop.
Save lynaghk/e32f6e56026abb6c44b65d311871719b to your computer and use it in GitHub Desktop.
Image Upload Test
Image Upload Test
Couch Front
walk around -> Couch Back
Couch Back
walk around -> Couch Front
function render(model){
console.log("render");
return $("img", {style: {width: "500px"}, src: model.active_states[0].image_url});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment