Skip to content

Instantly share code, notes, and snippets.

@potch
Created August 11, 2015 21:45
Show Gist options
  • Select an option

  • Save potch/2fd8c49226e9c9f3be01 to your computer and use it in GitHub Desktop.

Select an option

Save potch/2fd8c49226e9c9f3be01 to your computer and use it in GitHub Desktop.
$('#pixelChat-messages').on('click', 'img', function (e) {
e.preventDefault();
$('canvas')[0].getContext('2d').drawImage(e.target, 0, 0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment