diff --git bp-core/bp-core-cssjs.php bp-core/bp-core-cssjs.php
index 29aab6b..ef9498c 100644
--- bp-core/bp-core-cssjs.php
+++ bp-core/bp-core-cssjs.php
@@ -128,6 +128,7 @@ function bp_core_add_cropper_inline_css() {
 
 	<style type="text/css">
 		.jcrop-holder { float: left; margin: 0 20px 20px 0; text-align: left; }
+		.jcrop-holder img, #avatar-crop-pane img { max-width: none; }
 		#avatar-crop-pane { width: <?php echo bp_core_avatar_full_width() ?>px; height: <?php echo bp_core_avatar_full_height() ?>px; overflow: hidden; }
 		#avatar-crop-submit { margin: 20px 0; }
 		#avatar-upload-form img,
