Embedding Pptx document with Dropbox Embedder loads a single page of Pptx document.
I'm not able to paginate on document it is also breaking the format and embedding it like a Pdf document.
I'm using the following code for embedding
// Code
dropboxEmbed = window.Dropbox.embed(
{
link: dropboxLink,
file: {
zoom: 'fit',
},
},
dropboxContainer,
);