bp_core_add_cropper_inline_css()

Output the inline CSS for the BP image cropper.

Description

Source

File: bp-core/bp-core-cssjs.php

545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
function bp_core_add_cropper_inline_css() {
?>
 
    <style>
        .jcrop-holder { float: left; margin: 0 20px 20px 0; text-align: left; }
        #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; }
        .jcrop-holder img,
        #avatar-crop-pane img,
        #avatar-upload-form img,
        #create-group-form img,
        #group-settings-form img { border: none !important; max-width: none !important; }
    </style>
 
<?php
}

Changelog

Changelog
Version Description
BuddyPress 1.1.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.