I’m currently utilising Metaobjects to output some content on PDP pages and one of the values is a reference to an image file in the Files section. If i upload a PNG / JPG, it outputs fine in the browser using:
But if I upload a WEBP image, it does not work. Is this just an oversight and is there a way around this (aside from just using PNGs instead)? I can’t see any other way of referencing an image file in metaobjects.
Yeah that’s what I thought. It’s strange that it’s unable to work with file_img_url but does work when using img_url. I guess i’ll have to use this fallback, thanks for your help.