You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eleventy performs image optimization from <img src> and soon <picture><img src>#214. It outputs <img srcset> and <picture><source srcset><img srcset> for you automatically based on your plugin configuration options.
BUT we don’t currently use srcset sources as input. We could use srcset values to find larger input sources for the transform method.
Eleventy performs image optimization from
<img src>
and soon<picture><img src>
#214. It outputs<img srcset>
and<picture><source srcset><img srcset>
for you automatically based on your plugin configuration options.BUT we don’t currently use
srcset
sources as input. We could usesrcset
values to find larger input sources for the transform method.Inspired by #222
The text was updated successfully, but these errors were encountered: