kennethcachia / background-check

Automatically switch to a darker or a lighter version of an element depending on the brightness of images behind it.
http://kennethcachia.com/background-check/
MIT License
3.27k stars 282 forks source link

Cross Origin Error even with the right html and htaccess parameters #69

Open altimea opened 9 years ago

altimea commented 9 years ago

Hi

I am trying to use the plugin with a text over a image grabbed from another server but I am getting Cross Origin error and the image is not being displayed.

My html tag looks like:

`

` In my .htaccess I've put: `Header always set Access-Control-Allow-Origin "*"` And my header module is active on my apache. I tried this with a image sent from another virtualhost on my machine getting the same result. (putting the access control on the image virtualhost or the web virtualhost). What am I missing?
adamk22 commented 7 years ago

Having the same issue unfortunately, haven't found anything that solves this..