Image Block
Full-width image with caption
Preview
<Section style={{ backgroundColor: "#ffffff", padding: "24px 40px" }}>
<Img src="https://placehold.co/600x300/e2e8f0/94a3b8?text=Your+Image+Here" alt="Featured image" width="520" style={{ display: "block", borderRadius: "8px", width: "100%", maxWidth: "520px", margin: "0 auto" }} />
<Text style={{ color: "#94a3b8", fontSize: "13px", textAlign: "center", margin: "12px 0 0", fontStyle: "italic" }}>Image caption goes here</Text>
</Section>