Automatically standardize screen size #1791
-
Hi, I'm having trouble trying to make the images in my experiment look the same size, regardless of the size of my participant's computer screen. Is it possible to do that? I've tried here (https://www.jspsych.org/plugins/jspsych-resize/) but it didn't work. I await a help :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @lily2brain , From jspsych version v6.3.0 jspsych-resize plugin was merged with jspsych-virtual-chinrest. Maybe that's the problem? The idea behind it's the following:
So finally you can present a stimuli of the same absolute size in centimeters in different screens. I don't know a better way to do that in jspsych. Maybe you can share the piece of code that it's not woking and we can figure it out. Best, Gustavo. |
Beta Was this translation helpful? Give feedback.
Hi @lily2brain ,
From jspsych version v6.3.0 jspsych-resize plugin was merged with jspsych-virtual-chinrest. Maybe that's the problem?
The idea behind it's the following:
So finally you can present a stimuli of the same absolute size in centimeters in different screens.
I don't know a better way to do that in jspsych. Maybe you can share the piece …