Reputation: 13
I want my compose extension to send just an image but I couldn't do it. I tried the following with only image url: Thumbnail card (too small image) Hero card (16:9 adjustment makes it worse)
Also, I couldn't make the grid layout for my extension.
composeExtension: {
attachmentLayout: 'grid',
type: 'result',
attachments: [...]
}
Stills shows the items in list layout.
There is a default button for gifs in Microsoft teams currently. I just want to make a clone of it: GIF button
Is it possible?
Upvotes: 0
Views: 204
Reputation: 28
@mrsfy: great question. Unfortunately grids aren't supported today in compose extensions, and we reject a card without the other properties. So no, it's not possible currently.
Upvotes: 1