Posted on 7th May 2026 at 10:05 by Millie
File name
src/content/blog/post-with-image.mdx
This Astro file path
/src/content/blog/post-with-image.mdx
Single image with md syntax
Standard markdown handles src relative paths natively. This is not practical because there’s no control over image size and the ../../ have to be got right and a reasonable sized image breaks the mobile screen.

Single image with Astro <Image> component
Full control over image size