We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8330f8 commit 15d63ddCopy full SHA for 15d63dd
1 file changed
src/components/LazyLoadImage.jsx
@@ -111,7 +111,6 @@ class LazyLoadImage extends React.Component {
111
: `url(${placeholderSrc})`,
112
backgroundSize:
113
loaded || !placeholderSrc ? '' : '100% 100%',
114
- color: 'transparent',
115
display: 'inline-block',
116
height: height,
117
width: width,
0 commit comments