Layout Pattern

Image 2x Crop SlideImage

Image 2x Crop SlideImage OPF layout with 2 crop image zones.

Image2 zonesCenter alignedCropSlide image

How to Use It

Image 2x Crop SlideImage is a canonical OPF image layout from the OPF layout catalog. It defines 3 placeholder zones (image: Image content 1; image: Image content 2; image: Slide image (background)). Use it when you need exact OPF parity for slide.layout image-2x-crop-slideimage. Reading flow is horizontal.

Content Zones

ImageImage content 1
ImageImage content 2
ImageSlide image (background)

OPF Config

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

Preview this config live at pptx.dev/playground.