🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another jQuery plugin that dynamically changes the background color based on the average color got from a specific image within your container.

background color image-color

Documentation

jquery.fillcolor

Заливка фона контейнера средним цветом изображения, расположенного в нем.

Основано на https://github.com/krustnic/site-preview-yandex-style за авторством krustnic

Использование

$('.j_fillcolor').fillColor(); 

Можно изменить алгоритм расчета среднего цвета с avg (по-умолчанию) на avgYUV:

$('.j_fillcolor').fillColor({ type: 'avgYUV' }); 

Альтернатива

get-average-color


You May Also Like