Font size #3266
Font size
#3266
-
Beta Was this translation helpful? Give feedback.
Answered by
Shaobin-Jiang
Apr 5, 2024
Replies: 2 comments 10 replies
-
Could you also provide your jsPsych code? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think I found a solution though I have not the faintest idea why it would work (it did work for google chrome's mobile emulator): #jspsych-content {
width: 95%;
} Just add this to your |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out I've been an idiot... I have been completely focusing on the jsPsych code, assuming that one must be using a generated starting template, and neglected that your html file is not, well, standard. Just forget all that I have said above, about setting
max-width
andwidth
. You simply need this line after your<meta charset="UTF-8">
:Make this modification in your original code.
In case you are interested how I found out about this, I made a really simplified version of your code, removing all jsPsych from it and instead created a resembling hierarchy with the same styles applied to it. It was then that I realize…