Responsive Image with Border Radius - transition is squared

like the title says, the jump between the blurred image and an actual image is outside of classes written for a parent div, or even another div on top with overflow-hidden and border radius parameter. That jumps seems to occur only on iOS. Any ideas what can be done to correct this behavior? Thank you.

I was able to fix the issue by setting z-index for both the image and the div, making div of a higher z-index.

Please let me know if I should delete the post and keep it for others. Thank you

1 Like

Hello @yuri.vaskovski

Glad to know it’s working!
Let’s keep it around in case anyone else has the same problem.