diff --git src/bp-core/js/avatar.js src/bp-core/js/avatar.js
index bb032c1..dc887a7 100644
|
|
window.bp = window.bp || {}; |
530 | 530 | selection = {}, crop_top, crop_bottom, crop_left, crop_right, nh, nw; |
531 | 531 | |
532 | 532 | if ( ! _.isUndefined( this.options.full_h ) && ! _.isUndefined( this.options.full_w ) ) { |
533 | | this.options.aspectRatio = this.options.full_h / this.options.full_w; |
| 533 | this.options.aspectRatio = this.options.full_w / this.options.full_h; |
534 | 534 | } |
535 | 535 | |
536 | 536 | selection.w = this.model.get( 'width' ); |