·
178 commits
to main
since this release
Minor Changes
-
#1560
d22c0fa
Thanks @wkillerud! - Add configuration option to set width for img fallbackUsing
setConfig
you can now set a custom width for thesrc
attribute in the<img>
tag for older browsers that may not support<picture>
. The default behavior is to use the largest entry indeviceWidths
, which is 3840.