內容簡介
Image Text Wrap 外掛為 Gutenberg 提供了一個區塊,能讓你的內文圍繞圖片流動,類似於頁面佈局程式。使用者可以更靈活地控制文本與圖片的排列方式,提升文章的可讀性與美觀性。
【主要功能】
• 圖片可向左或向右浮動
• 垂直偏移可調整圖片位置
• 邊界包圍流動文本
• 輪廓包圍圍繞文本
• 獨立編輯圖片標題
• 保存為純 HTML 以保持兼容性
外掛標籤
開發者團隊
原文外掛簡介
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:
Float left or right, with the image aligned to your content column (not thrown into the page gutter).
Vertical offset slides the image down into the copy so text flows above it, then wraps beside and below.
Bounding box wrap flows text around the image’s box, with independent gaps for the text side, above, and below, like a page-layout program’s box wrap.
Contour wrap flows text along a circle or ellipse enclosing the image and its caption, with a single contour offset controlling the standoff (the gap above the image is limited by the vertical offset).
Top & bottom mode drops the image into its own band with text above and below only.
Captions appear below the image, edited from the sidebar, with the body text wrapping around image and caption together. They accept simple inline HTML (em, strong, links), and the standard WordPress Typography panel (font size, line height, appearance, letter spacing, letter case, decoration) styles the caption text.
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.
