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