Echo & Alexa Forums

Skill development for echo spot.. seems impossible to show fullscreen pictures

0 Members and 1 Guest are viewing this topic.

icepick

Hi,
Did anyone do any skill development for the echo spot? I am trying to show a image fullscreen.. but it doesn't seem to work (while the code works fine on a echo show).. I tried both templates and without templates.
Anyone ever had luck showing an image?

Alex

Offline jwlv

  • *
  • 1470
Does your output to ASK include two sizes of images?
i.e.   
    "image": {
        "smallImageUrl": "' . $img . '",
        "largeImageUrl": "' . $img2 . '"

The above code is in PHP since that's what I use to make skills. If you use Node.js it will be significantly different.
« Last Edit: February 16, 2018, 08:32:30 pm by jwlv »