Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#6734 from vingtetun/revert-bug-813030
Browse files Browse the repository at this point in the history
Backout changes from bug 813030
  • Loading branch information
vingtetun committed Nov 29, 2012
2 parents 7fb88eb + d46036b commit 575c371
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/communications/contacts/js/contacts_form.js
Expand Up @@ -642,7 +642,9 @@ contacts.Form = (function() {
var activity = new MozActivity({
name: 'pick',
data: {
type: 'image/jpeg'
type: 'image/jpeg',
width: PHOTO_WIDTH, // The desired width of the image
height: PHOTO_HEIGHT // The desired height of the image
}
});

Expand Down

0 comments on commit 575c371

Please sign in to comment.