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