Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature request : Add support for lazy loading images #637

@heitorPB

Description

@heitorPB

Cross post from getzola/zola#2055:

To make our pages load faster and minimize the use of bandwidth/memory when a user does not scroll a whole page ; we can use the following attribute to make the image load only when needed (lazy loading):

<img src="image.jpg" loading="lazy" />

references :

Is this something that pulldown-cmark is interested in? This could be configurable and not-lazy by default to be consistent with current state.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions