Layout Pattern

Image 1x Fit

Image 1x Fit OPF layout with a fit image zone.

Image1 zoneCenter alignedFit

How to Use It

Image 1x Fit is a canonical OPF image layout from the OPF layout catalog. It defines 1 placeholder zone (image: Image content 1). Use it when you need exact OPF parity for slide.layout image-1x-fit. Reading flow is horizontal.

Content Zones

ImageImage content 1

OPF Config

layouts:image-1x-fit
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/image-1x-fit"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "image-1x-fit",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.