I’m using a div who has a border-radius , inside the div is an image who has opacity and on Firefox that is working great but in Chrome border-radius is not working.
See the example
Is there a fix for that problem in Chrome ?
Update:
I diden’t say that I’m using this metod to center the image inside the div so I cant use border-radius on image it must be used on div
change this
this works , even with opacity
see Here