Downloads

A list of files available for download.

WordPress

patterns/downloads-static.php

Figma

Docs

  • Display the file name, file extension, and file size so that it is clear before clicking what will be downloaded and how long the download will approximately take.
  • Use the HTML download attribute to force the download of document types that the browser would otherwise render itself (PDF, JPG, etc.)
  • Automatic previews of PDF files and similar may require additional server modules such as ImageMagick.
Back to top