We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58f428 commit 48d475bCopy full SHA for 48d475b
README.md
@@ -17,7 +17,7 @@ http://gianlucaguarini.github.io/vague.js/
17
<pre class="javascript">
18
var vague = $(yourelement).Vague({
19
intensity:3 //blur intensity,
20
- forceSVGUrl: false // if you have problems showing the svg fallback try to enable this option
+ forceSVGUrl: false // force the absolute path to the svg filter
21
});
22
vague.blur();
23
</pre>
0 commit comments