我正在尝试使用 blur.js 在我的网站上创建模糊效果,以便您可以看到内容背后的网站背景。但是,它似乎正在尝试访问名为“无”的图像。
这是 chrome javascript 日志的输出:
$('#container').blurjs({source: 'body',radius: 10});
[
<div id="container">…
]
GET http://rymate.x10.mx/test/none 404 (Not Found) blur.min.js:285
(anonymous function) blur.min.js:285
jQuery.extend.each jquery-1.7.1.js:658
jQuery.fn.jQuery.each jquery-1.7.1.js:271
$.fn.blurjs blur.min.js:199
(anonymous function)
InjectedScript._evaluateOn
InjectedScript._evaluateAndWrap
InjectedScript.evaluate
我的代码在https://gist.github.com/rymate1234/6162990和http://rymate.x10.mx/test/上在线。
任何帮助将不胜感激。