New to Kendo UI for Angular? Start a free 30-day trial
CardMediaDirective
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]