Skip to content
KMD Agency Documentation

Media Library

The Media Library is shared across the whole platform — an image uploaded once is available to the Page Builder, Blog Editor, Services, Products, and everywhere else that accepts an image.

Supported file types

  • Images: JPEG, PNG, WebP, SVG
  • Documents: PDF

File type is verified by inspecting the actual file content, not just trusting its extension — renaming a disallowed file to end in .jpg does not let it through.

SVG uploads are sanitized

SVG files can contain executable code, so every SVG upload is checked for common malicious patterns before it’s accepted. A small number of legitimate SVGs using unusual features may be rejected — export as PNG if that happens.

Upload size limit

A Super Admin can set the maximum upload size under Platform → License, in the Scheduler & Upload Limits section — see Super Admin: Where to Find Everything. The value can never exceed what your hosting provider’s own PHP configuration allows, and the setting page shows you that real ceiling before you save.

Thumbnails

Thumbnails are generated automatically when your server has the GD or Imagick PHP extension available. Without either, original files still upload and store correctly — they simply aren’t resized.