NO BUG: Dynamic url modify border radius and prevent image from being round

Hi,
Welcome to the forum, and thanks so much for your report!

In case of using a border-radius alongside with a link or any other wrapper, you need to add “overflow: hidden” to the image. Otherwise, it will overflow. That’s because the border-radius gets applied to the wrapper and not to the image anymore, because otherwise your link would still be square and not round.

Please take a look at these “no bug” reports (there are some more about the same topic):

Best regards,
timmse

1 Like