Hi,
I added the following code to blur my image element:
<style>
.statimageblur img {
filter: blur(30px); /* Adjust the blur level as needed */
}
</style>
It successfully blurred the said image element but there are times that a weird line appears on the said image element. When you scroll up and down, the said weird line disappears and reappears on some image element.
The said image element is inside a repeating group.
Is there anything I can do to fix this issue?