- 🇨🇦Canada ciesinsg
For anyone using a custom theme who is stuck with this, I was able to fix this using the below CSS:
article { width: fit-content; }
I went through a lot of steps finding the issue. It turned out that the media was being added correctly, and while the image element itself was missing align: centre, but a few levels up the parent elements did get this attribute. I played in the browser a bit and found that by setting article to fit-content, it suddenly worked.