Hello,
this code was helping me a lot to give video sequences round edges on my whole website. Thanks for that!
However, I now have problems with the rounded edges on photos. But only at the bottom as soon as I add a caption. See the screenshots.
I am using this code for the videos:
.ph{
border-radius: 6px;
overflow: hidden;
}
And this code for the images:
.img{
border-radius: 6px;
overflow: hidden;
}
Does anyone have any idea how I could fix this?
Everyone have a nice weekend!