Skip to content

Instantly share code, notes, and snippets.

@vadimdemedes
Created April 5, 2013 22:21
Show Gist options
  • Save vadimdemedes/5323151 to your computer and use it in GitHub Desktop.
Save vadimdemedes/5323151 to your computer and use it in GitHub Desktop.
Chute.MediaChooser.choose({
constraints: {
width: '> 200 && < 500' // images with width bigger than 200 and less than 500 are allowed
}
}, function(urls, data){
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment