using a div to blur an image behind it? [duplicate]
问题 This question already has an answer here: How to use CSS (and JavaScript?) to create a blurred, “frosted” background? 9 answers Is it possible to code a div to enable it to blur whatever image is under it? something like this: Could this be done somehow with -webkit maybe? 回答1: Not with CSS on its own, but you can pull a similar effect off with Canvas and the StackBlurforCanvas library. See this UPDATE: Looks like backdrop-filter was recently introduced to Webkit nightly, so eventually we'll