SliderCaptcha icon indicating copy to clipboard operation
SliderCaptcha copied to clipboard

How do you implement your own images?

Open GrandfatherTrout opened this issue 4 years ago • 2 comments

I wonder how you can implement your own images?

GrandfatherTrout avatar Aug 16 '20 10:08 GrandfatherTrout

Don't frustrate yourself, use the Unsplash's API, is totally free. if (!src || src === '') src = 'https://source.unsplash.com/random/' + that.options.width + 'x' + that.options.height + '/?' + Math.round(Math.random() * 20);

simonmaquilon avatar Sep 06 '20 06:09 simonmaquilon

can't access Unsplash API in China

ArgoZhang avatar Feb 25 '22 10:02 ArgoZhang