Example
Open type in a new window
Code sample
<div class="container" data-theme="glow">
<div class="card" data-mode="plain" data-spacing="none" data-theme="stripped">
<picture data-scheme="soften">
<source srcset="https://placehold.co/900x600/333333/CCFFFF/webp" media="(min-resolution: 3x)" type="image/webp">
<img src="https://placehold.co/600x400/000000/FFFFFF/webp" width="300" height="200" alt>
</picture>
<div class="content">
<p>…content goes here…</p>
</div>
</div>
</div>
Notes
- Use the
data-spacing="none" attribute
- Can only be used with Plain and Image variants
- Can't be used with an interactive card