-
Notifications
You must be signed in to change notification settings - Fork 62
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
Prevent the large image preloading #38
Comments
Was looking for that too! |
Hi @Tammeny @ishii-jun |
Hi @Tammeny @ishii-jun |
Thank you for your work! I have a problem using your plugin with lazy loading of images, which initially refer to the preloader in the "src" attribute, and only after appearing in the visible area receive the real link from "data-src". Could you give any advise how to solve this problem? I'm not a profy in js)) |
Hi @Rad-Chertovsky I just added data-lazy attribute for img tags from v1.5.0 plz try ;) |
Now it doesn't work at all(( Even in your examples folder works only vanilla.html |
@Rad-Chertovsky |
First of all,this plugin is very awesome,thank you so mach. But there are some shortcoming. For example, the origin images in the
<a href="./assets/large-rakuda.jpg"></a>
will be loaded at the same time.So, how to prevent the origin image preloading?
The text was updated successfully, but these errors were encountered: