diff --git a/src/components/images/imageLoader.js b/src/components/images/imageLoader.js index 17ec55d7a..b0ffecd64 100644 --- a/src/components/images/imageLoader.js +++ b/src/components/images/imageLoader.js @@ -87,7 +87,7 @@ import 'css!./style'; requestAnimationFrame(() => { if (elem.tagName !== 'IMG') { elem.style.backgroundImage = "url('" + url + "')"; - if (!elem.classList.contains('non-blurhashable')) { + if (elem.classList.contains('blurhashed')) { elem.style.backgroundColor = '#fff'; } } else {