Skip to:
Content

BuddyPress.org

Ticket #4708: 4708.patch

File 4708.patch, 605 bytes (added by boonebgorges, 12 years ago)
  • bp-core/bp-core-cssjs.php

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