Apifox Markdown English
  1. Components
Apifox Markdown English
  • Welcome to Apifox Markdown
  • Basic Syntax and Features
    • Title and Text
    • Lists & Tables
    • Image
    • Video
    • Code
    • Icon
    • Tailwind CSS Supports
  • Components
    • Admonition
    • Hightlight
    • Accordion
    • AccordionGroup
    • Multiple Columns
    • Card
    • Card Group
    • Image Frame
    • Image Background
    • Step
    • Tab
    • Tip
    • Copy to Clipboard
    • Text Hover Tip
    • Container
    • Text Drawing - Mermaid
      • Graph
      • Sequence Diagram
      • Class Digram
      • State Diagram
      • Entity Relationship Diagram
      • Journey Map
      • Gantt Chart
      • Pie Chart
    • Formula
      • Inline Formula
      • Block-level Formula
  • Other Questions
    • Shortcuts
  1. Components

Image Frame

Use Frame to wrap images or other components inside a container.

Example#

image.png
Code:
<Frame caption="This photograph was captured by André Cook">
![](https://api.apifox.com/api/v1/projects/4444182/resources/439706/image-preview)
</Frame>

Defining an Image Caption#

You can add a caption to an image using the optional caption attribute.
This photograph was captured by André Cook
Code:
<Frame caption="This photograph was captured by André Cook">
![](https://api.apifox.com/api/v1/projects/4444182/resources/439706/image-preview)
</Frame>

Parameter Description#

Frame
caption
string 
Caption
optional
Determine the text information displayed in the Frame control.
Previous
Card Group
Next
Image Background
Built with