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

Lazyload picture #1109

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2020

  1. picture tag lazy loading

    - Allow picture source tags to be lazy loaded
    patrickschaper committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f4114ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from yesman82/feature/lazyload-picture

    picture tag lazy loading
    patrickschaper committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9b1ba9e View commit details
    Browse the repository at this point in the history
  3. picture tag lazy loading

    - added test
    patrickschaper committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    a26dda3 View commit details
    Browse the repository at this point in the history
  4. picture tag lazy loading

    - updated source tag test
    - not setting src attribute if none preset
    patrickschaper committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    9e0731c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. picture tag lazy loading

    - check img tag name before setting property 'src'
    patrickschaper committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4fa3770 View commit details
    Browse the repository at this point in the history