How to set a background color for an Amazon Alexa APL skill? This is how my .json file looks like: https://raw.githubusercontent.com/alexa-labs/skill-sample-nodejs-sauce-boss/master/lambda/custom/documents/recipeIntent.json
I can see you have some background images that used best-fill
and also a defined size 100vw
x100vh
so I was wondering where would you like to add a background color.
The solution I found for a similar case was adding a Frame like this:
{
"type": "Frame",
"width": "100vw",
"height": "100vh",
"backgroundColor": "blue"
}
I hope this helps somehow.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With