We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 539f341 + 223d944 commit bd5f080Copy full SHA for bd5f080
1 file changed
Toyota Widget/MyToyota.js
@@ -16,7 +16,7 @@ const carInfo = {
16
mileage: "23,456 miles",
17
fuel: "Gasoline",
18
status: "Locked",
19
- imageURL: "https://cdn.motor1.com/images/mgl/VVVg1/s1/2020-toyota-corolla.jpg"
+ imageURL: "https://dbhdyzvm8lm25.cloudfront.net/stills_0640_png/MY2020/13478/13478_st0640_116.png"
20
}
21
22
// ── 2. Theme ──
@@ -36,7 +36,7 @@ if (widgetSize === "large") {
36
37
38
Script.setWidget(widget)
39
-if (config.runsInApp) await widget.presentMedium()
+if (config.runsInApp) await widget.presentLarge()
40
Script.complete()
41
42
// ── 4. Large Widget Layout ──
0 commit comments