It’s a known bug that -moz-border-radius doesnt work on images in firefox. What’s a way to get this functionality without resorting to putting the image as a background on a rounded div?
It’s a known bug that -moz-border-radius doesnt work on images in firefox. What’s a
Share
In current Firefox you can use SVG filters. Have an SVG file
clip.svglike this:And apply it in CSS like this: