Skip to content

Commit 309ba0d

Browse files
committed
tweak note about images in buttons
1 parent a14ac48 commit 309ba0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/audio-button-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In addition to the [default data collected by all plugins](../overview/plugins.m
7373

7474
<a target="_blank" rel="noopener noreferrer" href="../../demos/jspsych-audio-button-response-demo-2.html">Open demo in new tab</a>
7575

76-
Note: if you want the images to look more like jsPsych buttons, i.e. with borders and different styles for hover/active/disabled states, then you can also embed the image element inside the default `button_html` string, like this:
76+
**Note**: if you want the images to look more like jsPsych buttons, i.e. with borders and different styles for hover/active/disabled states, then you can also embed the image element inside the default `button_html` string:
7777
```js
7878
button_html: '<button class="jspsych-btn"><img src="%choice%" /></button>'
7979
```

0 commit comments

Comments
 (0)