Layout Pattern
Image 2x Fit Title Center
Image 2x Fit Title Center OPF layout with 2 fit image zones and a slide title.
Image2 zonesCenter alignedFitTitled
How to Use It
Image 2x Fit Title Center is a canonical OPF image layout from the OPF layout catalog. It defines 3 placeholder zones (title: Slide title; image: Image content 1; image: Image content 2). Use it when you need exact OPF parity for slide.layout image-2x-fit-title-center. Reading flow is horizontal.
Content Zones
TitleSlide title
ImageImage content 1
ImageImage content 2
OPF Config
layouts:image-2x-fit-title-centerOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/image-2x-fit-title-center"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "image-2x-fit-title-center",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.