issue:
the image positioning makes it sit ontop of the wrapper corner, breaking the radius.
It's faint, but with a red border color, and applying the same radius on .geodir-images.aui-gallery from the dev console, it's quite clear.
Reproduce
Bootstrap v5
Type: single or slider
any type of border-radius
Possible solutions
Apply the radius to $inner_wrapper_class (.geodir-images.aui-gallery)
maybe a CSS-only solution to avoid many conditionals (v5, single or slider. No such issue on legacy or v4)
issue:
the image positioning makes it sit ontop of the wrapper corner, breaking the radius.
It's faint, but with a red border color, and applying the same radius on .geodir-images.aui-gallery from the dev console, it's quite clear.
Reproduce
Bootstrap v5
Type: single or slider
any type of border-radius
Possible solutions
Apply the radius to $inner_wrapper_class (.geodir-images.aui-gallery)
maybe a CSS-only solution to avoid many conditionals (v5, single or slider. No such issue on legacy or v4)