Question
Loading PDF Embed when visible
This is an old blog post of mine, but I thought it might be of interest to developers here. You can use JavaScript to detect when part of the DOM is visible, and delay loading things (like PDF Embed) until that time. I explain how here: https://www.raymondcamden.com/2021/04/09/load-a-pdf-embed-when-visible

