I have a background image displayed using Backstretch and want to apply Blur.js to blur elements on top of it. However, when I try to use Blur.js on the backstretched image, it doesn't work. I believe this is happening because Blur.js uses the CSS property background-image while Backstretch just displays the image with.
How can I make these two plugins compatible? The code within each plugin is quite complex.