> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# {{imageDimensions}} helper

- URL: https://getpublii.com/dev/imagedimensions-helper/
- Published: 2017-08-04T22:12:41.861Z
- Updated: 2024-02-08T11:49:53.236Z
- Description: Create height/width attributes for a given image. Syntax: {{imageDimensions IMAGE\_PATH}} Example: {{imageDimensions @config.custom.imageOptionName}}
- Author: Tomasz Dziuda
- Tags: Helpers

Create height/width attributes for a given image.

Syntax:

```handlebars
{{imageDimensions IMAGE_PATH}}
```

Example:

```handlebars
{{imageDimensions @config.custom.imageOptionName}}
```
