-
Notifications
You must be signed in to change notification settings - Fork 19
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
Lazy Load images. #2
Comments
Interested to contribute. What is the frontend technology? Is it an stack application? |
@shahnawaz19415 Please Read this Doc throughly, I have listed complete details in it. It's a static HTML page styled using Materialize library. We need all our images to be Lazily loaded except for the cover image. Feel free to ask more questions and reach out for help if you need any. |
Gone through the repo and checked the library too. How can I get it assigned to me? Do I need to fix it before assignment? Kindly brief about the procedure. |
@shahnawaz19415 Check your email I have sent you an invite to be an organization member, Once you accept it I will be able to assign this issue to you. But you can start working on it right away. Take your time to learn the things and test them before making a PR. This task is not urgent at all. Feel free to ask for help if required. |
Join request sent
|
I don't see any request, Did you use this link? |
There probably was a problem with internet connection. Joined now.
I have done testing the lazy loading, but I need to ask a few questions and
tell something. Where should I contact? Via email?
…On 9 March 2018 at 11:29, Nawazish Ali ***@***.***> wrote:
I don't see any request, Did you use this link
<https://orgmanager.miguelpiedrafita.com/join/36511874>?
This link must allow you to automatically join the organization. Moreover
it's not mandatory to join the group, You can start working on the issue.
We just ask people to join is because we can't assign issues on github
until they are not a part of our org. But this doesn't stop any one from
making a PR.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXVz54-AjM-EKZEq-RcI2sPMSGU2esyhks5tciE3gaJpZM4SWi-S>
.
|
@shahnawaz19415 You can contact me directly on facebook It will be convenient for both of us. In future there will be a slack channel. |
We need to lazy load the images to avoid unnecessary server request for initial page load, This will help decrease page load time and make it faster.
A light weight library for that is available here https://github.com/dinbror/blazy
Please ask for help in the comments if needed.
The text was updated successfully, but these errors were encountered: