05-09-2018 05:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-09-2018 05:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I have added two lines of code to watch face to display two images:
<image href="stairs.png" x="166" y="206" width="12" height="12" />
<image href="coollant.png" x="166" y="221" width="12" height="12" />
When I do so the watch face breaks, as if the javascript does not even execute.
When I remove this line:
<image href="coollant.png" x="166" y="221" width="12" height="12" />
The watch face works perfectly fine. I have tried different images and different names for the image and it still cause the issue.
There are no errors in the Console or Build Log. Any help would be appreciated.

05-09-2018 08:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-09-2018 08:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
What happens when you add load="sync" to the line of code?
It would be something like...
<image href="coollant.png" x="166" y="221" width="12" height="12" load="sync"/>
Also how big is the image ( file size )?

