IgxCardMedia is container for the card media section. Use it to wrap images and videos.
Sets the height style property of the media container. If not provided it will be set to auto.
height
auto
<igx-card-media height="50%"></igx-card-media> Copy
<igx-card-media height="50%"></igx-card-media>
Sets the role attribute of the media container.
role
Sets the width and min-width style property of the media container. If not provided it will be set to auto.
width
min-width
<igx-card-media width="300px"></igx-card-media> Copy
<igx-card-media width="300px"></igx-card-media>
IgxCardMedia is container for the card media section. Use it to wrap images and videos.