Skip to main content
Question

Box Content Preview in Presentation mode

  • May 22, 2025
  • 2 replies
  • 19 views

Forum|alt.badge.img

Hello, we are looking to use the box-content-preview library to present content in a page by page navigation instead of the default scroll down. is this possible with this library?  any samples would be great, Thank you

2 replies

Forum|alt.badge.img

Hi , 

This can be done by disabling the document viewer with preview.disableViewers(['Document']). 

 

Here's a sample of what the behavior would look like https://codepen.io/jeremypress/full/MQEbyW/.

 

For slightly different behavior, check out the single page viewer. This allows page by page scrolling without resizing pages to act like presentations. 


Forum|alt.badge.img

Thank you jpress, 

 

that worked great, Thank you!. In addition we´d like to disable the scroll effect in some documents. Is this something we can disable as well? 

 

Thank you