Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes
I have a document in Horizontal Slider format but when the content is loading, the whole file is viewed in a continous vertical scroll format with a scroll bar, so the page looks erroneous until fully loaded. Is there a way to disable this scroll view so that the first page shows up only when all content is loaded? (I don't have much coding knowledge)
in how_to by (180 points)
edited by
  

1 Answer

0 votes
 
Best answer

The scroll setting is a fallback in case JavaScript fails or is disabled.

You can override it by attaching the following as a .css file in the Resources section of the in5 dialog:

#slider {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

by (197k points)
selected by