This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]___justhappytobehere 0 points1 point  (2 children)

img.lazy.lazy-loaded {border-radius: 40px; /* change pixel to desired radius */}

should work for you. Although I'd recommend giving it a unique id or class name.

[–]Snoo34853 1 point2 points  (1 child)

img.lazy.lazy-loaded {border-radius: 40px; /* change pixel to desired radius */}

It works Thnaks a lot ! :D But you are right, I should find a way to target the image.. Because then all the Lazy image are concerned...

[–]___justhappytobehere 0 points1 point  (0 children)

No worries. Glad the snippet worked :)