> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperframes-zh.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Spotify 正在播放

> 带有专辑封面和进度条的动画 Spotify 正在播放卡

# Spotify 正在播放

带有专辑封面和进度条的动画 Spotify 正在播放卡

`social` `overlay` `spotify`

<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/spotify-card.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/spotify-card.png" autoPlay muted loop playsInline />

## 安装

<CodeGroup>
  ```bash Terminal theme={null}
  npx hyperframes add spotify-card
  ```
</CodeGroup>

## 细节

| 财产 | 价值        |
| -- | --------- |
| 类型 | 堵塞        |
| 方面 | 1080×1920 |
| 期间 | 5秒        |

## 文件

| 文件                  | 目标                               | 类型     |
| ------------------- | -------------------------------- | ------ |
| `spotify-card.html` | `compositions/spotify-card.html` | 超框架:组合 |

## 用法

安装后，将该块添加到您的主机组合中：

```html theme={null}
<div data-composition-id="spotify-card" data-composition-src="compositions/spotify-card.html" data-start="0" data-duration="5" data-track-index="1" data-width="1080" data-height="1920"></div>
```
