Hi, I am new here. I am trying to run an experiment on Pavlovia and I am utilising a slider. I am currently using the rating mode of the slider. However, the marker size is too big. I have tried a lot of methods to change its size e.g. slider._marker_size = (0.05,0.05);
or slider._markerSize = (0.05,0.05);
but it wouldn’t do anything.
I also try to use the style “slider” instead of “rating” in my experiment. However, wow the “slider” style works perfectly locally running with builder, when it is run with javascript online, it is now a scrollbar instead of a slider. I have checked the code in the coder mode it does say the style is “slider”. Do anyone know how to solve this issue?
I am currently using PsychoPy 2022.2.4. If anyone can help with that that will be great. Thank you!