> ## 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.

# {{responsiveSrcSet}} helper

- URL: https://getpublii.com/dev/responsivesrcset-helper/
- Published: 2017-08-04T22:28:11.898Z
- Updated: 2024-03-25T10:18:05.991Z
- Description: Helper for the srcset attribute for the given image. Syntax: {{responsiveSrcSet IMAGE\_PATH TYPE\_NAME GROUP\_NAME}} Example: {{responsiveSrcSet @config.custom.imageOptionName 'featuredImage' 'header'}}
- Author: Tomasz Dziuda
- Tags: Helpers

Helper for the **srcset** attribute for the given image.

Syntax:

```handlebars
{{responsiveSrcSet IMAGE_PATH TYPE_NAME GROUP_NAME}}
```

Example:

```handlebars
{{responsiveSrcSet @config.custom.imageOptionName 'featuredImage' 'header'}}
```
