# Logo Cloud Grid

> Render a trusted-by logo grid with text fallback.

Canonical HTML: https://press.varavel.com/docs/shortcodes/logo-cloud-grid/
Markdown: https://press.varavel.com/docs/shortcodes/logo-cloud-grid/index.md

`logo_cloud_grid` renders a bordered grid for customer logos, partner marks, or text-only trust signals.

## When to Use

Use it when recognizable names reduce uncertainty. Prefer fewer, stronger logos over a crowded wall of weak proof.

## Usage

```markdown
{{/* logo_cloud_grid(
title="Trusted by builders",
logo_1_name="Varavel",
logo_2_name="Zola"
) */}}
```

## Live Example

{{ logo_cloud_grid(
container="md",
title="Trusted by builders",
logo_1_name="Varavel",
logo_2_name="Zola",
logo_3_name="Tailwind",
logo_4_name="Alpine"
) }}

## Parameters

| Parameter     | Description                                           |
| ------------- | ----------------------------------------------------- |
| `container`   | Inner content width for the logo grid.                |
| `eyebrow`     | Small uppercase label above the heading.              |
| `title`       | Section heading.                                      |
| `description` | Supporting copy below the heading.                    |
| `columns`     | Desktop column count. Use `2`, `3`, `4`, `5`, or `6`. |
| `logo_N_name` | Logo name for item `N`. Used as text fallback.        |
| `logo_N_src`  | Optional image URL for logo item `N`.                 |
| `logo_N_alt`  | Optional alt text for logo item `N`.                  |
| `logo_N_href` | Optional link URL for logo item `N`.                  |
| `bg`          | Full-width section background token.                  |
| `class`       | Additional CSS classes on the outer section.          |
