-
Notifications
You must be signed in to change notification settings - Fork 96
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
placeholder is not displayed #559
Comments
What I'm experiencing is that it doesn't appear to be placeholder on the first request. |
Same for me. egjs-infinitegrid/packages/infinitegrid/src/GroupManager.ts Lines 170 to 172 in add5361
|
Did you add wait() and ready() in the setTimeout callback function? I solved the same issue this way! The Guide suggests the same approach. Also, you need to set a height for the InfiniteGrid component. |
Description
Since it takes some time to load the image, in order to have a better experience, I tried adding placeholder to the component, but it didn't work.
I am referring to the official example. https://naver.github.io/egjs-infinitegrid/storybook/?path=/story/examples-data-loading--placeholder-template
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: