Sep 23 2024 07:36 AM
There should exist a setting called 'PreviewModeEnabledSet', that can enable or disable document previews. I am currently trying to find this setting with use of the Sharepoint REST API, but I can't find the location of this setting. Does anyone know the route to this setting?
Currently, my sharepoint page always shows a preview of a document, and the document will only start loading when the mouse is hovered over the embed. This is annoying, as it makes te site feel really slow. I want the document to load immediately when the page is loaded.
So, to combat this, I want to try changing this setting, in the hopes this will make the documents load immediately on page load.