From 77bc82b92f8e27af2bb61b776c3e287d291deae7 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 12 Oct 2018 19:24:49 +0200 Subject: [PATCH] docs: add a bit of delay before capture [ci-skip] Some images in the showcase show not fully loaded pages. A bit of delay should help. Documentation: https://docs.capture.techulus.in/docs/screenshot-options --- 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 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;