Customizing in5 Output

Resetting Scrolling Frames inside of MSOs on State Changes
By default scrolling frames do not reset when inside of MSOs and the state is changed. To reset them each time, attach the following as a .js file:  $(...
Thu, Jun 20, 2019 at 5:23 PM
How to hide your content until everything is loaded
In some projects, you might have sensitive information, such as answer content in an e-learning project. It's possible that some of this content could ...
Thu, Jun 27, 2019 at 4:55 PM
How to vertically center a slider format (that does not have Desktop Scaling applied)
Attach the following code as a .css file in the Resources section of the in5 dialog (how to attach resources): .anythingSlider-in5 { position:absolute...
Tue, Aug 6, 2019 at 6:32 PM
How to create vertical scrolling spreads
This is a customization that works with the Continuous Scroll (Vertical) format. It does not currently work with Desktop Scaling applied. To apply, ...
Mon, Aug 26, 2019 at 2:26 PM
Reset scrolling frames on page change (in5 only)
To reset vertical scrolling frames to their top position when the page changes, attach the following as a .js file using the Resources section of the in5 ex...
Wed, Sep 9, 2020 at 2:55 PM
Resetting Button-Triggered Animations Between Pages
Some documents include sophisticated animations triggered by animations, where there is another button that reverses the initial animation. This depends...
Fri, Jan 17, 2020 at 4:02 PM
How to remove transitions between pages
in5 offers all kinds of different appearances for your digital document (flipping pages, sliding transitions, fade ins, etc). You can also remove the tr...
Wed, Mar 11, 2020 at 11:35 AM
Can I remove the page gutter on an in5 flipbook?
Yes, by applying this custom CSS: .turn-page-gutter { display: none; }
Fri, Dec 4, 2020 at 10:32 AM
How to make a non-looping animated GIF replay when returning to its page
To make a non-looping animated GIF replay when you return to its page, paste the following code into the JavaScript portion of the Resources section of the ...
Fri, Jun 3, 2022 at 1:37 PM
How to set Presentation Mode to loop a specific number of times
You can set Presentation Mode (in5 > Enhancements > Presentation Mode) to automatically loop your content by selecting Loop in the Presentation Mode d...
Tue, Jun 14, 2022 at 2:35 PM