Stretching of Camera widget?

Does anyone have any detail on the syntax for stretching an image for my camera widgets rather than crop or scale? I think I saw something in the google play update to mention this now works but I can’t see anything in the “text based configuration” documentation.

@Igor It’s hard to see old release notes in the playstore… So would be great if you could post details of each update in the announcements section :slight_smile:

@TommySharp Announcements will be resumed shortly, it was a temporary pause.

Set scaling property to stretch, like:

{
  "type": "camera",
  "position": "0-0,2-2",
  "properties": {
    "snapshot": {},
    "scaling": "stretch"
  }
}

Thanks Igor… Saturday here so just revisiting my “Road to HomeHabit” from the legacy app :slight_smile: