> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/adjust-the-size-and-background-of-an-image.md).

# Adjust the size and background of an image

{% stepper %}
{% step %}

### Access canvas settings

When working on a template, locate and click the **Settings** tab on the right-hand side.

<div align="left"><figure><img src="/files/kl9zNfRdekKOhtPj3peq" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Adjust canvas size

Choose a preset canvas size or enter custom dimensions.

#### Use a preset size

1. Click the **Size** menu.
2. Select a preset for your export channel.

Available presets:

* Meta (1:1): 1080 × 1080
* Meta (4:5): 1080 × 1350
* Meta Story (9:16): 1080 × 1920
* Meta Reel (9:16): 180 × 1920
* X Ads (1:1): 800 × 800
* X Ads (1.91:1): 800 × 418
* Snapchat Ads (1:1): 1080 × 1080
* Snapchat Story (9:16): 1080 × 1920
* Pinterest Ads (2:3): 1000 × 1500
* Pinterest Ads (1:1): 1080 × 1080
* Google Ads (1.91:1): 1200 × 628
* Google Ads (1:1): 1200 × 1200

Confirm current requirements in your destination channel before exporting.

#### Enter a custom size

1. Select **Custom** from the **Size** menu.
2. Enter the width and height in pixels.
   {% endstep %}

{% step %}

### Configure the background

<figure><img src="/files/mPCZ0XtuALKhLX7PoS37" alt=""><figcaption></figcaption></figure>

Choose **Solid fill** for one color or **Linear gradient** for a multi-color background.

#### Use a solid fill

1. Select **Solid fill** from the background menu.
2. Enter a hex code, or click **Color Picker** and select a color.
3. Set the color opacity as a percentage.

#### Use a linear gradient

1. Select **Linear gradient** from the background menu.
2. Set the color and opacity for each gradient stop[^1].
3. Click **Add stop** to add more colors.

You can add up to four stops. Each stop has its own color and opacity.

#### Arrange gradient stops

* Click **Flip** to reverse the gradient direction.
* Rotate the gradient in 45-degree increments.
* Flip and rotation apply to all stops.
  {% endstep %}
  {% endstepper %}

[^1]: A stop is a point that sets a color within the gradient.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/create-an-image-template/adjust-the-size-and-background-of-an-image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
