Open
Conversation
✅ Deploy Preview for joyful-otter-a57da4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Contributor
Author
|
@Dharmesh177 please review |
Collaborator
|
Add video of demonstration and screenshots for assess |
Contributor
Author
You will see difference will website load it is more efficient after lazy loading is enabled |
Contributor
Author
|
@Dharmesh177 please review my pr |
Collaborator
|
It taking too much load I guess now no need of this |
Collaborator
|
or need improvement |
Contributor
Author
|
Is there any improvement needed |
Collaborator
|
Kindly resolve conflicts and work on latest branch |
Contributor
Author
|
@cleveranu I have resolve the conflict please review now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Closes #435
In this code, I added the class "lazy" to the elements to lazy load and specified the URL of the lazy content using the data-src attribute. The script will make an AJAX request to fetch the content from the provided URL and set it as the innerHTML of the lazy element.
Additionally, the code adds a scroll event listener to trigger the lazy loading when the elements come into the viewport. The lazy elements that are already visible on page load will be loaded immediately, while the remaining elements will be loaded as the user scrolls.
Checklist