Currently, in the style guide, we have `buildImage` method that builds an image element with `<img>` tag. ### To Do - Add a new method `buildResponsiveImage` that builds a responsive image using `<picture>` tag.
Currently, in the style guide, we have
buildImagemethod that builds an image element with<img>tag.To Do
buildResponsiveImagethat builds a responsive image using<picture>tag.