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