Webflow Hacks

Download All Designer Assets

Overview
Webflow Element Hacks
Hidden Default Tab
101
Mobile Touch to Click Event
102
Webflow Utility Hacks
Auto-Login on Password-Protected Page
120
Webflow Editor Hacks
Enhancing Webflow's Content Editor
901
Shopify
Shopify Buy Button
901
Webflow Designer Hacks
Download All Designer Assets
30:00
921
Replace a Webflow Asset
30:00
922
Component Hacks
Style Component Instances
941
No items found.
Published
August 2, 2023
in lightbox

If you are on a paid workspace plan with site export capability, you can download your site as a Zip and you should have all of your site's designer assets.

However if you have only the paid hosting plan, Webflow's Designer does not offer a direct way to download your site's assets.

However with a bit of ingenuity, Chrome DevTools and Chat GPT 4's Code Interpreter, we can make it happen.

Additional Notes

For reference, the URL suffix you're looking to remove is;

-p-130x130q80

If you go the route of scripting the download, you can create a list of all of the download urls in a file, e.g. urls.txt, and then use a script like this with curl.

@echo off
for /F "tokens=*" %%A in (urls.txt) do (
  curl -O %%A
)
Table of Contents
Comments
Did we just make your life better?
Passion drives our long hours and late nights supporting the Webflow community. Click the button to show your love.