Chykalophia Docs
Reference

File formats reference

JPG, PNG, WebP, SVG, PDF, MP4 — when to use which file format on your website and why it matters.

referencebeginnerglossarycontent

The file format you choose affects how your website looks, loads, and performs. This reference page explains every common format — and tells you exactly when to use each one.

Quick summary

Use WebP or JPG for photos, PNG for images needing transparency, SVG for logos and icons, and PDF for documents. Avoid uploading huge uncompressed files — always compress images before uploading. See How to compress images.


Image formats

FormatFull nameBest forNotes
JPG / JPEGJoint Photographic Experts GroupPhotographs and images with many colorsGood compression. Not great for images with text or sharp edges. Does not support transparency.
PNGPortable Network GraphicsLogos, icons, screenshots, images needing transparent backgroundsLarger file size than JPG. Supports transparency. Best when you need crisp edges or a transparent background.
WebPWeb Picture formatReplacing JPG and PNG on modern websitesCreated by Google. Smaller file sizes than JPG and PNG at similar quality. Supported by all modern browsers. The preferred format for web images.
AVIFAV1 Image File FormatNext-generation image compressionEven smaller than WebP. Excellent quality. Browser support is good but not universal yet.
SVGScalable Vector GraphicsLogos, icons, illustrationsVector format — scales to any size with no quality loss. No pixelation. Can be styled with CSS. Not suitable for photographs.
GIFGraphics Interchange FormatSimple animationsLimited to 256 colors. Low quality. Use CSS animations or video instead for most purposes.
TIFFTagged Image File FormatPrint and professional photographyVery large files. Not used on websites. Keep for print work only.
HEIC / HEIFHigh Efficiency Image FormatiPhone/iPad photosThe default format for iPhone photos. Not well-supported on the web — convert to JPG or WebP before uploading.

Document formats

FormatFull nameBest forNotes
PDFPortable Document FormatDownloadable brochures, menus, forms, reportsPreserves formatting exactly. Opens in browsers and PDF apps. Accessible PDFs need proper tagging — ask us if this matters for compliance.
DOCXWord DocumentEditable documentsMicrosoft Word format. Not suitable for web display — convert to PDF for sharing or download.
XLSXExcel SpreadsheetData and tablesMicrosoft Excel format. Embed or link as a download.
CSVComma-Separated ValuesData tables, product importsPlain text format for tabular data. Used for WooCommerce product imports and analytics exports.

Video formats

FormatFull nameBest forNotes
MP4 (H.264)MPEG-4 with H.264 encodingWebsite videos, background videosThe most widely supported video format on the web. Good quality and file size balance.
WebMWeb Media formatModern browser videoGoogle's format. Smaller files than MP4, great browser support. Sometimes used alongside MP4 for compatibility.
MOVQuickTime MovieApple recordingsCommon on Mac and iPhone. Convert to MP4 for web use.
AVIAudio Video InterleaveOlder formatLarge file sizes. Not suitable for web — convert to MP4.

Don't upload videos directly to WordPress

Video files are very large. Uploading them directly to WordPress slows your site and fills storage quickly. Use YouTube, Vimeo, or Wistia instead, then embed the video on your page. See How to embed a video.


Audio formats

FormatFull nameBest forNotes
MP3MPEG Audio Layer 3Podcasts, audio playersThe universal audio format. Well-compressed and widely supported.
WAVWaveform AudioUncompressed audioVery high quality but huge files. For audio production, not web delivery.
OGGOgg VorbisWeb audioOpen-source format. Good compression. Less universal than MP3.

Font formats

FormatFull nameBest forNotes
WOFF2Web Open Font Format 2Web fontsThe preferred font format for websites. Excellent compression, wide browser support.
WOFFWeb Open Font FormatWeb fonts (older fallback)The predecessor to WOFF2. Still used as a fallback for older browsers.
TTFTrueType FontDesktop use, sometimes webLarger than WOFF2. Common for desktop applications.
OTFOpenType FontDesktop useAdvanced typography features. Large files — not ideal for web.

Which format should I use?

For uploading to your website:

  • Photos: WebP (first choice) or JPG
  • Logo on a background: SVG or PNG
  • Transparent logo: SVG or PNG
  • Icon: SVG
  • Screenshots: PNG or WebP

For documents & files:

  • Downloadable file: PDF
  • Product data import: CSV
  • Video: upload to YouTube/Vimeo, embed it
  • Audio: MP3

Common questions

Need a hand?

If you're stuck, email support@chykalophia.com and we'll help. Include your website address and a screenshot if you can.
File formats reference | Chykalophia Docs