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
This is an awesome filter collection.
My site is based on full screen images and I'd like to use blur filter in conjunction with modal. When I fire the modal the background blurs, but the edges (the entire content area in my case) gets this unsightly feathering.
Now, I do understand that Polyfill doesn't do anything wrong here; but I wonder if there any possibility to come up with some sort of hack which would allow to use this blur effect while retaining the sharp edge of the containing element? This illustrates what I'm talking about http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html
Thanks!
The text was updated successfully, but these errors were encountered:
Hello again,
After messing with the proposed fix, I realized that it works partially.
This would work nicely when browser is close to 3:4 ratio, but when you go to a wider ratio you can see that feathering is happening on the sides (snippet: http://codepen.io/0leg/full/CzLIF)
It shouldn't have to do with the browser's aspect ratio. You need to fit the outer overflow: hidden to exactly the size of the blurred element and it should work. How to fit the size depends on the element you want to filter and which type of wrapper you have around.
This is an awesome filter collection.
My site is based on full screen images and I'd like to use blur filter in conjunction with modal. When I fire the modal the background blurs, but the edges (the entire content area in my case) gets this unsightly feathering.
Now, I do understand that Polyfill doesn't do anything wrong here; but I wonder if there any possibility to come up with some sort of hack which would allow to use this blur effect while retaining the sharp edge of the containing element? This illustrates what I'm talking about http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html
Thanks!
The text was updated successfully, but these errors were encountered: