diff --git a/examples/community/parallax-scrolling-background/README.md b/examples/community/parallax-scrolling-background/README.md
index 03ecfc6158e0c5dedb94a5a108053bea868470a5..ceda9ede97e485966a9f28861954d7ffb3694c4d 100644
--- a/examples/community/parallax-scrolling-background/README.md
+++ b/examples/community/parallax-scrolling-background/README.md
@@ -5,3 +5,5 @@ Created by [Sergio Vera](https://github.com/svera)
 This example shows how to implement an infinite side scrolling background with a depth effect, using [parallax scrolling](https://en.wikipedia.org/wiki/Parallax_scrolling). Code is based in the [infinite scrolling background](https://github.com/faiface/pixel/tree/master/examples/community/scrolling-background) demo.
 
 Credits to [Peter Hellberg](https://github.com/peterhellberg) for the improved background images.
+
+![Parallax scrolling background](result.png)
diff --git a/examples/community/parallax-scrolling-background/result.png b/examples/community/parallax-scrolling-background/result.png
new file mode 100644
index 0000000000000000000000000000000000000000..3236c67524e069018e50ef1c44d62832d4ae8721
Binary files /dev/null and b/examples/community/parallax-scrolling-background/result.png differ