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

Force size containment for auto-sizes #9493

Merged
merged 4 commits into from
Nov 30, 2023
Merged

Commits on Sep 5, 2023

  1. Force size containment for auto-sizes

    The 'concrete object size ignoring natural dimensions' concept was not implementable. This change makes `sizes=auto` required on `img` to use auto-sizes (still optional on `source`)
    and forces size containment so that the image size is the same before and after an image has loaded, to prevent double downloads.
    
    Fixes #9448.
    zcorpan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e90b823 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Fix bugs in source parser

    Fixes #9648, fixes #9649
    zcorpan committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5ee976b View commit details
    Browse the repository at this point in the history
  2. Typos

    zcorpan committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8db2f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a5fffe View commit details
    Browse the repository at this point in the history