Skip to content

Commit

Permalink
sizes and aspect_ratios are both allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Loveland committed Jan 30, 2018
1 parent 083a247 commit 84afc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/adunit-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The `native` object contains the following properties that correspond to the ass
|-----------------+----------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------|
| `required` | Required | Boolean | Whether this asset is required. |
| `sizes` | Optional | Array[Number] or Array[Array[Number]] | All sizes this ad unit can accept. Examples: `[400, 600]`, `[[300, 250], [300, 600]]`. |
| `aspect_ratios` | Optional | Array[Object] | Instead of `sizes`, you can define allowed aspect ratios. For properties, see [`image.aspect_ratios`](#adUnit.mediaTypes.native.image.aspect_ratios). |
| `aspect_ratios` | Optional | Array[Object] | Alongside `sizes`, you can define allowed aspect ratios. For properties, see [`image.aspect_ratios`](#adUnit.mediaTypes.native.image.aspect_ratios). |

<a name="adUnit.mediaTypes.native.image.aspect_ratios" />

Expand Down

0 comments on commit 84afc6c

Please sign in to comment.