jakiestfu / Blur.js

blur.js is a jQuery plugin that produces psuedo-transparent blurred elements over other elements.
924 stars 211 forks source link

Source options #2

Closed emcniece closed 11 years ago

emcniece commented 11 years ago

Not an issue, more of a feature request. Would it be possible to use a direct image src path as the source for the blur?

jakiestfu commented 11 years ago

No, not with the way Canvas works. There is CORS that come into effect, so you can only include a local image and blur that data.

emcniece commented 11 years ago

Excellent. Thanks for your help!