Hej,
I have several rounded objects like videos and images at my page, which worked fine so far.
Created them with a custom class for the corresponding object:
.rounded {
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
border-radius: 18px;
overflow: hidden;
}
On my new project page I now have the problem that this no longer works.
As soon as the video sits in the second row of the gridder, only the preview image is rounded and the video itself is unfortunately square.
As soon as I put the same video a few rows down, there seems to be no more problems.
I can't figure out why the video is not shown correctly in the second row.
Can someone please help me?
Here is the project: The first video in the 2nd row with the bug, further down the same video again with the same class without errors.
PW: anita
Thanks and best regards,
Fabi