Closed marcoveeneman closed 3 months ago
Sorry for the long delay here. This is not supported. Theoretically, it could be supported. However, this would require a huge change to scan the body for existing picture-sets, scan for all variant sources and then convert all of those images for each of the supported next gen images. For instance, if both WebP and AVIF would be present, the single picture you were posting would need to support 18 x 3 = 54. It's far too dangerous to add, I would say.
Instead, let's study the mechanism that is generating these existing pictures anyway: Would it not be making more sense to add support WebP right in there, instead of adding 2 picture generators on top of each other?
I'm closing this due to inactivity. Let me know if this is not yet fixed already.
Hi,
Thanks to this module existing
<img>
tags are converted to<picture><source><img><picture
structure, which works really well! But I have a question: Is this module capable of adding webp source block of images to existing<picture>
tags? See example below:It would be really nice if the following could be generated:
If it is not supported yet, what would be needed to make it work?
Kind Regards, Marco