--- title: Image Card icon: fa:photo createTime: 2025/10/08 23:35:51 permalink: /en/guide/components/image-card/ --- ## Overview Use the `` component to display image cards on a page. The Image Card differs from markdown's standard image insertion method by presenting more information related to the image, including title, description, author, link, etc. It is suitable for scenarios such as photography works, design works, promotional posters, and more. ## Props :::: field-group ::: field name="image" type="string" required The image URL. Local images must use an absolute path, i.e., a path starting with `/`, pointing to the `/public` directory. ::: ::: field name="title" type="string" optional The image title. ::: ::: field name="description" type="string" optional The image description. ::: ::: field name="author" type="string" optional The image author. ::: ::: field name="href" type="string" optional The link to navigate to when the image title is clicked. ::: ::: field name="date" type="string | Date | number" optional The image creation date. ::: ::: field name="width" type="string | number" optional The image width. ::: ::: field name="center" type="boolean" optional Whether to center the image when its width is less than the screen width. ::: :::: ## Examples **Input:** ```md :no-line-numbers ``` **Output:** It can also be placed within a `` component. **Input:** ```md :no-line-numbers ``` **Output:** [View Photography Works Example](../../../../../blog/1.示例/照片类作品示例.md)