
Bounding box wrap on the front end: the image floats left in a published post, with text flowing above it, then wrapping down the right side and below.
Image Text Wrap adds a Gutenberg block that flows your body text around an image the way a page-layout program does. Drop the block into a post, type your paragraphs after it, and the text reflows around the image.
You get real control over the wrap instead of the all-or-nothing float the core Image block gives you:
The block saves as plain HTML with inline styles, so published posts keep rendering even across editor updates. There is no build step and no external dependencies.
A note on wrapping: text flows above, beside (one side), and below the image. Text hugging both sides of a centered image at once is not supported, because the browser feature required for it (CSS Exclusions) does not exist in current browsers.