Slicing the image set before preloading #1168
-
Hello, BTW, I'm doing a crowd-sourcing experiment. So it is impossible to hardcode the image list, and that's why I'm using slicing. Any suggestions of how I can solve this issue? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I don't think that using array.slice() should alter the original array - see docs here. Could you share your code, or a minimal reproducible example? |
Beta Was this translation helpful? Give feedback.
I don't think that using array.slice() should alter the original array - see docs here. Could you share your code, or a minimal reproducible example?