Supported file types

Assets are added to a project through the Resources panel. The formats below are standard web formats — true regardless of which tool produced them — not a CoffeeCup-published compatibility list.

Images

FormatExtensionNotes
JPEG.jpg, .jpegBest for photographs. Lossy compression. No transparency.
PNG.pngBest for graphics with transparency or sharp edges. Lossless.
SVG.svgVector format — scales without quality loss. Best for icons and logos.
WebP.webpBetter compression than JPEG/PNG at similar quality; supports transparency. Supported in all current browsers.
GIF.gifSupports simple animation. Limited to 256 colors.

Not a web format: PSD, AI, Sketch, and Figma files aren’t image formats a browser can render — export them to PNG, SVG, or WebP first, in whatever tool created them.

Fonts

FormatExtensionNotes
WOFF2.woff2The current standard — best compression, supported in all current browsers.
WOFF.woffSlightly larger than WOFF2, wider legacy support.
TrueType / OpenType.ttf / .otfWidely compatible, larger file size than WOFF2.

Custom fonts go through the Resources panel like any other asset.

Video and audio

FormatExtensionBrowser support
MP4 (H.264).mp4Universal — use as the primary source
WebM.webmChrome, Firefox, Edge — smaller files, use as a secondary source
MP3.mp3Universal audio format

Both video and audio are standard HTML5 <video>/<audio> elements once exported; embedding two <source> tags (MP4 + WebM) is a common pattern for covering more browsers with one player.

Injecting your own code

For a script, style, or embed that doesn’t fit the format tables above, Site Designer’s real mechanism is described in custom HTML, CSS, and JS injection: per-page code lives in Page Properties → Code, and site-wide code lives in Settings → Global Code.