---
title: "Image Request Using Width and Height"
canonical: "https://docs.pbs.org/space/ITS/4423738/Image%20Request%20Using%20Width%20and%20Height"
format: markdown
---
In the following example we are requesting a 300 pixels wide by 300 pixels high image from a 1365 pixels wide by 767 pixels high image.  Notice in Figure 1 that even though a size of 300x300 was requested in the URL, ITS returns an image with a size of 300x168.  This is because **ITS retains original image aspect ratios**.  In other words, ITS reduces the image according to the largest of the two dimensions and the other dimension is often reduced beyond the requested size to avoid image distortion.  In the example below, because the width is larger than the height, the width is reduced to the requested size of 300 but the height is reduced further to maintain the original aspect ratio. 

Original image: [https://image.pbs.org/video-assets/GTdD9Rq-asset-mezzanine-16x9-d3h7qCm.jpg](https://image.pbs.org/video-assets/GTdD9Rq-asset-mezzanine-16x9-d3h7qCm.jpg?resize=300x300)

Actual image size: 1365x767

![image]()

Resized image: [https://image.pbs.org/video-assets/GTdD9Rq-asset-mezzanine-16x9-d3h7qCm.jpg?resize=300x300](https://image.pbs.org/video-assets/GTdD9Rq-asset-mezzanine-16x9-d3h7qCm.jpg?resize=300x300)

Actual image size: 300x169

![image]()

The following three images visually demonstrate aspect ratios:

| **Size** | **Image** |
| --- | --- |
| Original mezzanine image (1920x1080) | ![image](media://5a41ee5a-12af-46ca-ad09-a10f7467e2f0) |
| Resized ITS image (300x169) | ![image](media://9b54472f-7b87-4e2e-bec2-831b29c08739) |
| Image reduced to exact dimensions (300x300) | ![image](media://df82084a-e6c7-45ff-b440-df65af7453f9) |