I would like to blur an image when hovering.
The problem is that the edges of the image also blur unpleasantly. In the Fiddle you can see it clearly with the green back
add this to your css
.item img{margin:0px 0px 0px -1px;}