A
A
Alexey Kuzmin2015-11-19 15:10:28
css
Alexey Kuzmin, 2015-11-19 15:10:28

How to blur an image on hover?

Is it possible to use css to make it blur when hovering over an image?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
Wheelie, 2015-11-19
@DealingKestrel2

img:hover {
filter: blur(5px);
}

F
Fr0stDev1, 2015-11-19
@Fr0stDev1

I'm not sure if this can be done in css, see www.blurjs.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question