Manual preloading with v6.2? #2295
Answered
by
jodeleeuw
chester108
asked this question in
Q&A
-
Hello :) I have an experiment created with v6.2 which requires manual media preloading. I noticed the preload plug-in is not included in the 6.2 library. Is manual preloading possible with this jsPsych version or only with newer releases? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Nov 2, 2021
Replies: 1 comment 1 reply
-
Hi @chester108 You can preload in 6.2 using the jsPsych.init({
preload_images: ['img1.png', 'img2.png']
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chester108
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @chester108
You can preload in 6.2 using the
preload_images
argument injsPsych.init()