New to Kendo UI for Angular? Start a free 30-day trial
CardMediaDirective
Updated on Jun 18, 2025
Defines any media that displays and aligns in the Card. The media can be an image, video, or any other media type.
html
<kendo-card>
<div kendoCardMedia>
<img src="path/to/image.jpg" alt="Card Media">
</div>
</kendo-card>
Selector
[kendoCardMedia]