---
title: "Media & Assets"
description: "Uploading and managing images, files, and other media on your site."
canonical_url: "https://docs.bulkheados.com/content/media/"
template: "page-node"
schema_type: "WebPage"
---

<div class="docs-content">
<p class="docs-lead">Bulkhead OS supports image and file uploads directly through the admin panel. Media is stored securely and served from the edge for fast loading.</p>

<h2 id="uploading">Uploading Media</h2>
<p>You can upload media in two ways:</p>
<ul>
<li><strong>Inline</strong> — Drag and drop an image directly into the content editor</li>
<li><strong>Media Library</strong> — Upload to the shared media library and reference from any page</li>
</ul>

<h2 id="supported-formats">Supported Formats</h2>
<table>
<thead><tr><th>Category</th><th>Formats</th></tr></thead>
<tbody>
<tr><td>Images</td><td>JPEG, PNG, WebP, SVG, GIF, AVIF</td></tr>
<tr><td>Documents</td><td>PDF, DOCX, XLSX</td></tr>
<tr><td>Data</td><td>JSON, CSV, XML</td></tr>
</tbody>
</table>

<h2 id="optimization">Automatic Optimization</h2>
<p>Images are automatically optimized for web delivery:</p>
<ul>
<li>Responsive sizing for different screen widths</li>
<li>Format conversion to WebP where supported</li>
<li>Lazy loading for below-the-fold images</li>
<li>Alt text enforcement for accessibility</li>
</ul>
</div>
