Changeset 7571
- Timestamp:
- 11/15/2013 08:16:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cssjs.php
r7446 r7571 70 70 71 71 // Default cropper coordinates 72 $crop_left = $image[0] / 4;73 $crop_top = $image[1] / 4;72 $crop_left = round( $image[0] / 4 ); 73 $crop_top = round( $image[1] / 4 ); 74 74 $crop_right = $image[0] - $crop_left; 75 75 $crop_bottom = $image[1] - $crop_top; ?>
Note: See TracChangeset
for help on using the changeset viewer.