Blur.js icon indicating copy to clipboard operation
Blur.js copied to clipboard

Using blur.js breaks the Chrome inspector

Open chrisblakley opened this issue 9 years ago • 2 comments

When I use blur.js on a page and use the Chrome inspector, the inspector locks up and if left long enough, it will crash. Appears to only happen in Chrome, but I can successfully reproduce it on several machines.

chrisblakley avatar Oct 06 '14 18:10 chrisblakley

same issue here. Especially if I open up the element that the blur is applied to in the element panel.

dmill-bz avatar Oct 29 '14 14:10 dmill-bz

This is because blur.js uses data url to set the blurred background image and the chrome inspector seems bad at handling big data in attributes. The only solution to this, that I can see, is to create a image on server side and set that as background.

henrock avatar Jan 28 '15 14:01 henrock