You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: