Quickly download images from Assets Library

Bring the ability to download the images from your Assets Library quickly without navigate away from the files container.

Support download single image or selected images from the viewer

To experience this feature 🤖, follow these simple steps 👣

  • Copy the given snippet into your Footer injection

  • Open the Assets Library from Config / Assets Library

  • Open file menu to download single file or select more than 01 files to download all of them

  • nit: Download image maybe not be your origin file, because all images have proceeded by Squarespace CDN to limit file size and resolution

  • nit: Feature only works on Details List Layout

<!-- sqs:beyondspace--assets-library-enhanced -->
<script>
(()=>{if(window.top&&window!==window.top){var e="beyondspace--assets-library-enhanced";if(!window.top.document.getElementById(e)){var t=window.top.document.createElement("script");t.id=e,t.src="https://cdn.jsdelivr.net/gh/BeyondspaceStudio/beyondspace-snippets@0.0.44/src/assets-library-enhanced/index.js",window.top.document.body.appendChild(t)}}})();
</script>
<!-- /sqs:beyondspace--assets-library-enhanced -->