Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
I'm building a site using the Slider (Fade In) format and am curious if it's possible to include a "loading" gif (or similar) as the site preloads. There are several videos that are embedded in the pages of the site using HTML code snippets, because they are housed on an internal SharePoint video site. This causes a delay, and I'd like the user to know that the file is loading. Thanks!
in how_to by (150 points)
  

1 Answer

0 votes
 
Best answer

You can customize the #loadIndicator CSS and attach it using the Resources section of the in5 dialog.

You can also attach a folder with your custom image inside, then reference it in your custom CSS, e.g.,

#loadIndicator {
  background-image:url(../resources/myimage.gif);
  width:100%;
  height:100%;
}

More CSS would be required to get it exactly the way you want it, but hopefully this will help to get you started.

by (197k points)
selected by