Carousel of cards each having text followed by an image in cortana skills

139 views Asked by At

How to show a carousel of cards in cortana skill, wherein each card should first have some text followed by an image. Hero card does the exact opposite of it (First image and text later). I tried using the markdown ![alt](imagelink) but it doesn't work in cortana. Is there any way to achieve this?

2

There are 2 answers

0
Ashwin Kumar On BEST ANSWER

Cortana doesn't render markdown in title or subtitle of hero card; but it does in text property of hero card. So one way is to put the text and image markdown in text property and it renders properly.

2
D4RKCIDE On

Hopefully soon cortana will support adaptive cards For the time being you have a few choices that may work for you. The closest to what you want is probably a thumbnail card. Below are some samples of different cards you can take a look at and see if one works for you.

C#
Rich Cards
Rich Cards - Carousel

Node
Rich Cards - Carousel
Rich Cards