OxyPages

How Does The Media Library Work?

Each website has its own Media Library holding images you upload and images the AI generates - PNG, JPG, WebP, GIF or SVG, up to 10 MB each. Reference an image in your pages as oxy-media/<name> using the Copy Path button. Media counts against your account's pooled storage.

Updated

Each website has its own Media Library - a pool of images your site can use, generated by the AI or uploaded by you. It is per-website: images in one website's library are not visible to your other websites.

Uploading Images

On the website's Media Library page, press Upload Images. Accepted formats are PNG, JPG, WebP, GIF and SVG, up to 10 MB each. Uploading the same image twice does not use extra space - identical files are stored once.

Media counts against your account's pooled storage, alongside your published files.

Using An Image In Your Pages

Every image has a Copy Path button that copies a relative path like oxy-media/img-abc123.png. Paste it into your HTML:

<img src="oxy-media/img-abc123.png" alt="My photo">

Media files keep working across new publishes, drafts, old versions and restores - you do not re-upload them when you update your site.

AI-Generated Images

When you ask the AI in the Code Editor for a design with imagery, the images it generates land in this same library, so you can reuse them anywhere on the site.

Deleting An Image

Deleting is permanent, and any page that references the image - including older published versions and drafts - will show a broken image. Make sure nothing still uses it first.

Did this answer it? If not, email support@oxypages.com with your website address and what you expected to happen.