How can I set different images sizes for display in a news feed in Fuse?

I am fetching data from an API for a news App and I would want to display different image sizes even though the images are coming from the same data feed. I have seen it a lot in other news feeds and I want to replicate same in Fuse. Kindly share any idea. See the image above for a picture of what I want to achieve. Some images are small while others are large.

All you need to do, is have containers of the desired size, and then put your images in with Image (or ImageFill when you need a brush) tag and have the right StretchMode on them (hint: UniformToFill).