I’m trying to scrape this page: https://digital-dynamo-1txmi5g.gamma.site/ (built with Gamma) and upload it to public_html on Hostinger. However, I encountered issues with images, animations, and responsiveness.
How can I scrape and host the page while preserving images, animations, and responsiveness? Any suggestions?
Here’s what I tried:
-
Save as “Web Page, Complete” – The page breaks (missing images, animations, incorrect layout).
-
DevTools > Save as “HTML only” (mobile version) – The mobile version works, but the desktop one doesn’t.
-
Puppeteer (Node.js) – Same results as “HTML only”.