Skip to content

@responsive-image/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 22:11
· 178 commits to main since this release
85b831c

Minor Changes

  • #1560 d22c0fa Thanks @wkillerud! - Add configuration option to set width for img fallback

    Using setConfig you can now set a custom width for the src attribute in the <img> tag for older browsers that may not support <picture>. The default behavior is to use the largest entry in deviceWidths, which is 3840.

    See a usage example in the documentation.