-
Notifications
You must be signed in to change notification settings - Fork 112
Placeholder component doesn't show #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 |
Right... that's because we set the text color to transparent. I created a PR to remove it (#73), but will need some more testing before being able to release. For now, you can override that with CSS: .lazy-load-image-background {
color: inherit !important;
} Btw, from the code above: |
I encountered this problem and this is how I solved it. I find it works very well For now, you can override that with CSS: @Keyframes fill { |
Using this code, can you tell me why the placeholder doesn't show? I've attempted using placeholder and placeholderSrc. My expected behaviour would be to see loading text on screen before the image renders
Technical details:
The text was updated successfully, but these errors were encountered: