Solved
Load gif from beginning and after everything else?
Hi,
I want to make sure that gifs in my question load from the beginning of the gif file and after everything else on the page. In other words, I want to ensure that the user sees the gif in its entirety.
What would be a good solution for this?
Thank you,
S
Best answer by Anonymous
Hello @syntheso
Paste the following code in the js(onLoad) of the question
jQuery(".HotSpotImage").attr("src","");
AND Paste the following code in the js(onReady) of the question
` jQuery(".HotSpotImage").attr("src","YOUR_GIF_URL");`
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.