Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Frosting Glass Effect produces strange glow in Chrome Reply To: Frosting Glass Effect produces strange glow in Chrome

#235910
bearhead
Participant

You’re getting those whiter edges because Chrome renders filter:blur with feathered edges, so you’re seeing the white background show through there more.

The demo you based your pen on doesn’t actually use filter:blur instead, it uses two different background images. One is normal, and the other has been pre-blurred with image editing software.

If you must use filter:blur I’m not sure if it is possible to get around the edge feathering effect…