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