blurIt jQery plugin
what is that
This is a simple jQuery plugin to blur image and set it as a background cover
see it here Live Demo
how it works
simply just apply :
$("#targeted_element").blurIt( $("#image_source") , 10 /* blur radius*/ );
blurIt is a jQuery plugin for blurring image that loads a specified image onto an HTML5 canvas, blurs it and then uses the blurred image as a background on your webpage.
Blur background background-imageThis is a simple jQuery plugin to blur image and set it as a background cover
see it here Live Demo
simply just apply :
$("#targeted_element").blurIt( $("#image_source") , 10 /* blur radius*/ );