[Images] Filters not working in older Chrome installs. Fixes #1358.

This commit is contained in:
Henry 2016-12-14 14:08:50 -08:00
parent a920220122
commit 0cd849fe42

View File

@ -64,6 +64,7 @@ define(
}).join(' ') :
"";
element.css('filter', styleValue);
element.css('webkitFilter', styleValue);
}
function nextImage(url) {