rbuchberger / jekyll_picture_tag

Easy responsive images for Jekyll.
https://rbuchberger.github.io/jekyll_picture_tag/
BSD 3-Clause "New" or "Revised" License
622 stars 106 forks source link

Markup format option for <source> fragment #318

Open Commenter25 opened 1 month ago

Commenter25 commented 1 month ago

Like the standard markup: picture output, but without the <picture> container or the <img> fallback. This would allow complex systems outside JPT to easily combine multiple presets within one <picture> element, without hardcoding things like the sizes attribute.

rbuchberger commented 3 weeks ago

Sounds nice! I can't promise I'll get to it anytime soon, but pull requests are welcome.