Mar 28 2019 04:58 PM - edited Mar 28 2019 05:02 PM
Team,
I am trying to create adaptive cards via app studio inside teams .
I am pointing to a online URL generator for my image , and using that URL in the adaptive card however none of my cards are showing the image. Nither in live preview nor in the actual card when i receive it.
Also i had to manully type the image URL , it doesn't let me copy paste it from online image URL portal.
What am i missing here? @Harysh Menon @Rick Van Rousselt
Mar 29 2019 04:57 AM
@mehta deepak - Could you please confirm if your image size does not exceed the resolution and size limit?
Mar 29 2019 06:41 AM
Thank you , makes sense to me, i will check and confirm @Wajeed-MSFT
Mar 29 2019 09:28 AM
@mehta deepak Hard to tell the exact reason without looking at the adaptive JSON, but another common reason we see is HTTP vs HTTPS based image links. We only allow links with a HTTPS image.
Mar 29 2019 07:19 PM - edited Mar 29 2019 07:20 PM
@Harysh Menon @Wajeed-MSFT This is the image link , and i am pretty sure it is less then 1025X1024 , also https. Still not working.
Mar 31 2019 09:33 PM
Solution@mehta deepak - Url which you share does not result in an image file. It is navigating to preview page. Please try this Url: https://download-ssl.msgamestudios.com/content/mgs/ce/production/SolitaireWin10/dev/adapative_card_a...
Apr 01 2019 09:09 AM
@mehta deepak Like Wajeed mentioned, the imgr link you posted isn't an image url and hence won't show up on the adaptive card. You'll need to get the source of the image, which in this case it looks like is https://i.imgur.com/skV9SJP.jpg
Apr 01 2019 02:57 PM
@Harysh Menon thanks alot , yes it works , so i got it now where i was going wrong.
Thank you btw great job in teams power user video, very useful tips.
Apr 01 2019 02:59 PM
@Wajeed-MSFT thank you for guidance, it works!!