Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

load attribute in html

ANSWERED

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 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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."

 

https://dev.fitbit.com/build/guides/user-interface/svg/

View best answer in original post

Best Answer
1 REPLY 1

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."

 

https://dev.fitbit.com/build/guides/user-interface/svg/

Best Answer