DanielRapp / Noisy

A jQuery plugin that adds random noise to the background of a given element.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Background image w/ no-repeat

ashleyw opened this issue · comments

Hey,

Is there any way to use Noisy on an element which already has a background image, set to no-repeat? Noisy just inherits the no-repeat.

Thanks!

You mean having an image and noisy as an overlay? While that is possible, I decided to not add it due to the canvas origin security feature thingy discussed here. I.E. you'd only be able to add an overlay on images from the same origin.