diff --git a/docs/pages/showcase.html b/docs/pages/showcase.html
index 2913a25a..5187d515 100644
--- a/docs/pages/showcase.html
+++ b/docs/pages/showcase.html
@@ -35,7 +35,7 @@ redirect_from:
for (var i = 0; i < sites.length; i++) {
var href = sites[i].getAttribute('href'),
inputUrl = encodeURIComponent(href),
- q = 'url=' + inputUrl + '&resizeWidth=800&resizeHeight=600',
+ q = 'url=' + inputUrl + '&delay=5&resizeWidth=800&resizeHeight=600',
hash = md5(b + q),
resultImgUrl = apiUrl + a + '/' + hash + '/image?' + q;