Echo & Alexa Forums

General Category => Alexa Software Development & Technical Discussion => Topic started by: icepick on February 16, 2018, 02:05:06 pm

Title: Skill development for echo spot.. seems impossible to show fullscreen pictures
Post by: icepick on February 16, 2018, 02:05:06 pm
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
Title: Re: Skill development for echo spot.. seems impossible to show fullscreen pictures
Post by: jwlv on February 16, 2018, 03:34:59 pm
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.