Currently, call imageUrl() method with 4th param (randomize) set to false generate url as below:
https://lorempixel.com/196/196/people/?36161
"Randomize" function working wrong.
According to current info on https://lorempixel.com/ for get static image number should be in range 1-10 and need to be placed in url.
Currently, call imageUrl() method with 4th param (randomize) set to false generate url as below: https://lorempixel.com/196/196/people/?36161 "Randomize" function working wrong. According to current info on https://lorempixel.com/ for get static image number should be in range 1-10 and need to be placed in url.
call example:
current result:
desired return:
ex:
In addition, static number in url should be places before word param value.