---
title: "How to use full-size images in article slideshows?"
slug: "how-to-use-full-images-in-article-slideshows"
updated: 2025-02-18T03:50:04Z
published: 2025-02-18T03:50:04Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to use full-size images in article slideshows?

By default, Whatfix supports two sizes for step images: 600px and 400px. When the complete context of the page is required, these partial images might not provide a complete understanding. Alter the slideshow or article embed script to display full-size images. Full-size images are scaled down (at the client's side) to suit the required dimensions, while maintaining the aspect ratio.

          Note

          

Full-size images might get downloaded on the client machine when you use this feature, consuming more bandwidth than normal.

## Full-size images in Slideshow

Currently, full-size images are only supported in iFrame mode. For more information, contact [support@whatfix.com](mailto:support@whatfix.com?Subject=Need%20more%20information%20on%20Full%20size%20images%20in%20Slideshow&amp;Body=Hi%20team%2C%0A%0AI%20want%20to%20use%20full%20size%20images%20in%20my%20Slideshows.%20Kindly%20provide%20more%20information%20on%20that.).

## Full-size images in Article

The following is a typical article style embed script from the embed article window of any flow.

```
<div data-href="//whatfix.com/blog.html" data-flow="7a2ca570-dcaf-11e2-a08a-00265a7a1a29" data-size="full">
<a href="http://whatfix.com/#!flows/who-can-access-my-google-account/7a2ca570-dcaf-11e2-a08a-00265a7a1a29/">
Who can access my Google account?
</a>
</div>
```

The following parameters must be added or modified in this script to trigger full-size images.

- data-size: Set its value as **full**.
- data-width: Image width.
- data-height: Image height.

The Step images are displayed in width and height as defined by the mentioned properties. Full-size images are scaled down, while maintaining the aspect ratio.

## Related

- [Create an Article](/creating-text-content.md)
- [Add Articles to Self Help](/add-text-content-to-self-help.md)
- [Embed a Flow as article](/using-the-article-embed-format.md)
- [Flow not displayed as Slideshow in the article](/flow-not-getting-embedded-as-slideshow-in-the-article.md)
