Increase round photos size (Grid layout)

We’d like the images of our team members to display bigger. We’ve used the following CSS code:

.eapp-team-showcase-member-card-grid-photoContainer {
min-width: 150px;
min-height: 150px;
}

It’d be great if we can control it in the widget settings. Thanks!

1 Like

A few of the Team Showcase layouts have round profile photos, but the size is fairly small. It would be nice to have the ability to adjust the size of the photo in these layouts.

Hi @LMC_Info welcome to comunity.

As a small workaround, you can use this CSS code for the first layout.

.eapp-team-showcase-member-card-grid-photoContainer {
min-width: 250px;
min-height: 250px;
}

Thank you for your suggestion, @LMC_Info, and welcome! :waving_hand:t2:

Although there is no option to control the image size right now, the CSS code @Sina provided should work great (thanks a lot for that, Sina! :handshake:t2: ).

I’ve also moved your request to another topic with a similar idea so we keep everything related in one place :slight_smile:

Thanks a lot for your help!