Layout Pattern
Photo Grid
Multiple images in a structured mosaic or uniform grid. Tells a visual story that words alone cannot.
GalleryVisualCollection
How to Use It
Photo grids showcase portfolios, team culture, events, or product ranges. Use a consistent grid (2x2, 3x2, or a featured+grid hybrid). Maintain uniform aspect ratios and consistent color treatment. Add thin borders or gaps between images. Avoid mixing orientations randomly.
Content Zones
ImagePrimary visual
CaptionHeadline or caption
OPF Config
layouts:photo-gridOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/photo-grid"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "photo-grid",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.