briangonzalez / jquery.adaptive-backgrounds.js

🦎 A jQuery plugin for extracting the dominant color from images and applying the color to their parent.
http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/
6.54k stars 454 forks source link

TypeError: null is not an object (evaluating 'rgb') #52

Closed djrasmusp closed 7 years ago

djrasmusp commented 8 years ago

I'm getting this error on one picture, every other picture works fine... http://7357.dk/kongsted/release/wild_child doesn't work http://7357.dk/kongsted/release/whine_dat_remixes works .... its the same file that renders it

Can anybody tell whats wrong ?

djrasmusp commented 8 years ago

http://codepen.io/djrasmusp/pen/jrOOmX

AlfredJKwack commented 7 years ago

Hi.

This should now be fixed.

There was an issue with the underlying RGBaster.js library which:

The latter issue is of no bearing to AD

Would you mind checking and validating if the issue still exists.

AlfredJKwack commented 7 years ago

Hi @djrasmusp,

I've tweaked your codepen to validate. It appears to work as designed. Please do re-open if you see a further issue.

Rgds, AJK