06-13-2018 11:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-13-2018 11:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
The below html code is here "https://dev.fitbit.com/getting-started/".
<image href="myimage.jpg" load="sync" />
What is the use of load attribute in <image> tag?
Thanks,
Bharath
Answered! Go to the Best Answer.

- Labels:
-
JavaScript
Accepted Solutions
06-15-2018 07:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-15-2018 07:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
This is from the SDK Guide
"Note: load="sync" tells the system to use a separate thread when loading the image. This reduces the load time, and can help if you're seeing images ficker on load."
06-15-2018 07:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-15-2018 07:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
This is from the SDK Guide
"Note: load="sync" tells the system to use a separate thread when loading the image. This reduces the load time, and can help if you're seeing images ficker on load."
