Layout Pattern

Image Only 1x Fit Title Left

Image Only 1x Fit Title Left OPF layout with a image zone and a slide title.

Image1 zoneCenter alignedTitled

How to Use It

Image Only 1x Fit Title Left is a canonical OPF image layout from the OPF layout catalog. It defines 2 placeholder zones (title: Slide title; image: Image). Use it when you need exact OPF parity for slide.layout image-only-1x-fit-title-left. Reading flow is horizontal.

Content Zones

TitleSlide title
ImageImage

OPF Config

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

Preview this config live at pptx.dev/playground.