• Resolved harrissa158

    (@harrissa158)


    Hi, Is there a code or setting to put the members’ profile photo not in a circle but on half of the membership card? Because we don’t see her enough. Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Themosaurus

    (@themosaurus)

    Hi @harrissa158 ,

    Thank you for reaching out.

    You can achieve that using this snippet:

    body .bp-member-swipe-card .bp-member-swipe-card__avatar a{
    width: 100%;
    height: 200px;
    }
    body .bp-member-swipe-card .bp-member-swipe-card__avatar a img{
    min-width:100%;
    min-height:100%;
    border-radius:0.5rem;
    }

    Don’t hesitate to adapt the height change the size of the picture.

    Hope this will help you.

    Cheers,

Viewing 1 replies (of 1 total)
  • The topic ‘make picture half size of the member card’ is closed to new replies.