Curved image corners

Ask the community for help and support.
Post Reply
maryjane
Posts: 18
Joined: Wed Apr 13, 2022 5:39 am
Has thanked: 9 times
Been thanked: 2 times

Curved image corners

Post by maryjane »

Hey All, I was wondering if I could get some help with css to curve corners of images shown on my product_info.php page? Images are displayed in boxes with curved corners but this is not the case for images on the product_info.php page.
User avatar
Kofod95
VIP Member
VIP Member
Posts: 605
Joined: Sat Feb 06, 2021 7:38 pm
Has thanked: 80 times
Been thanked: 141 times

Re: Curved image corners

Post by Kofod95 »

Maybe:

Code: Select all

.pi-gallery img{
  border-radius: 48px;
}
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
maryjane
Posts: 18
Joined: Wed Apr 13, 2022 5:39 am
Has thanked: 9 times
Been thanked: 2 times

Re: Curved image corners

Post by maryjane »

Thank you @Kofod95
Post Reply