Image Overlay - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Image Overlay

AF

Andrew Freeman

SP Page Builder 1 year ago

Hey,

I'm trying to use the image overlay addon. The issue I have is that I need the images to be round, but there is a limit of 100px radius. I've but in custom css to make it 100%, but the issue I have is that it only really works on desktop.

The second I reduce the size of the browser window, the image become ovals. How can I just get these to show as circles no matter what size the browser window?

0
7 Answers
Pavel
Pavel
Accepted Answer
1 year ago #143676

Hi Andrew.

Clean height value and border-radius value in addon settings, add class circle-image and CSS code

.circle-image .sppb-addon-overlay-image-content {
    aspect-ratio: 1;
    border-radius: 100%;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143359

Hi

Thanks for contacting us. Could you please try border-radius: 50% on those images? It should work on all devices around. Please let me know if this is working or not.

-Regards.

0
AF
Andrew Freeman
Accepted Answer
1 year ago #143369

Hi, no still the same. I presume the issue is because in the addon you can only specify a height of the image, so when you go down to mobile size for instance it tries to fill the width and stretches the circle to an oval?

Pic below of what I mean.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143488

It seems working in my end.

0
AF
Andrew Freeman
Accepted Answer
1 year ago #143489

Hi,

I've improved it by controllig the picture height and the column width on each device (seems a labour intensive way of doing things). But if you drag your browser window to its smallest width, you still get an oval?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143651

Please set it by adjusting height otherwise no option available.

0
AF
Andrew Freeman
Accepted Answer
1 year ago #144400

Thank you so much Pavel.

0