Hello,
Can you do me a customized version of this – Metric Tile Calculator?
Looking forward to your reply and how I can reach you privately.
Thanks @stefanledin,
I would like to replace the image tag with the responsive image tag just like it does with a media library image. I can manually do it with that hook if that hook fires for every
tag in the content.
Currently it seems like non-media library
tags don’t get touched.
I’m not sure I understand 😂 Isn’t the images uploaded through the media library at all? You’re not using S3 as a CDN?
In that case, I don’t know where to begin actually. RWP needs an attachment ID in order to fetch all the different image sizes and generate the markup.
Ok, thanks that answers my question. There’s no attachment, we’re using the Remote Media Library plugin which is just displaying media from an amazon S3 bucket and inserting using the S3 url (bypassing attachments completely). I’m dynamically creating the various image sizes using Amazon Lambda directly on S3, so was just hoping to use ResponsifyWP to generate the markup only for me.
I see, that’s an interesting workflow! I’m sorry, but that’s a bit to far away from how RWP works.