docs: tweak capture delay [ci-skip]

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.
This commit is contained in:
Frank Taillandier 2018-10-12 19:32:50 +02:00 committed by GitHub
parent 77bc82b92f
commit fd6e01fd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;