Display image below text #740
Answered
by
jodeleeuw
NadineDijkstra
asked this question in
Q&A
-
Heya, I want to display an image below text. I am using the "imagine-keyboard-response" plugin but this automatically puts the image above the text. Do I need to try and make my own function to show the image below the text or is there a different way? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Jun 3, 2020
Replies: 1 comment
-
You can use the var sample_trial = {
type: 'html-keyboard-response',
stimulus: '<p>Text above the image</p>'+
'<img src="path/to/image.png"></img>'
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NadineDijkstra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
html-keyboard-response
plugin for more customization.