Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using blur.js breaks the Chrome inspector #36

Open
chrisblakley opened this issue Oct 6, 2014 · 2 comments
Open

Using blur.js breaks the Chrome inspector #36

chrisblakley opened this issue Oct 6, 2014 · 2 comments

Comments

@chrisblakley
Copy link

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.

@dmill-bz
Copy link

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

@henrock
Copy link

henrock commented Jan 28, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants