Skip to content
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

[Canary] Feature request: enable lazy loading from images.config.js #200

Open
Nick-Mazuk opened this issue Aug 29, 2020 · 0 comments
Open

Comments

@Nick-Mazuk
Copy link

More often than not for me, images should be lazy-loaded. So it would be great if we could make lazy loading images the default.

Of course, it's already possible to lazy load images with your plugin with

<Img src={require('filepath')} loading='lazy' />

But if we could set it as the default in the config, it would eliminate lots of extra work! Here's one idea for the syntax:

// images.config.js
module.exports = {
    default: {
        loading: 'lazy',
    },
}

That way, it matches up with the syntax for the other config options.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant