From fd6e01fd6a33365deaf19832f25f1b77e1d93697 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 12 Oct 2018 19:32:50 +0200 Subject: [PATCH] docs: tweak capture delay [ci-skip] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshots are better now but with Lazyloading it feels really slow. 🐢 Ideally we'd cache and use the former screenshot as placeholder and replace it with the newer version. --- docs/pages/showcase.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/showcase.html b/docs/pages/showcase.html index 5187d515..58d52c0a 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 + '&delay=5&resizeWidth=800&resizeHeight=600', + q = 'url=' + inputUrl + '&delay=2&resizeWidth=800&resizeHeight=600', hash = md5(b + q), resultImgUrl = apiUrl + a + '/' + hash + '/image?' + q;