Skip to content

Commit fd1797f

Browse files
committed
fix typo
1 parent d13767c commit fd1797f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/video-keyboard-response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In addition to the [parameters available in all plugins](../overview/plugins.md#
1515
| stimulus | array | *undefined* | An array of file paths to the video. You can specify multiple formats of the same video (e.g., .mp4, .ogg, .webm) to maximize the [cross-browser compatibility](https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats). Usually .mp4 is a safe cross-browser option. The plugin does not reliably support .mov files. The player will use the first source file in the array that is compatible with the browser, so specify the files in order of preference. |
1616
| prompt | string | null | This string can contain HTML markup. Any content here will be displayed below the stimulus. The intention is that it can be used to provide a reminder about the action the participant is supposed to take (e.g., which key to press). |
1717
| width | numeric | width of the video file | The width of the video display in pixels. If `null`, the video will take the original video's dimensions, or properly scaled with the aspect ratio if the height is also specified. |
18-
| height | numeric | heigh of the video file | The height of the video display in pixels.If `null`, the video will take the original video's dimensions, or properly scaled with the aspect ratio if the width is also specified. |
18+
| height | numeric | heigh of the video file | The height of the video display in pixels. If `null`, the video will take the original video's dimensions, or properly scaled with the aspect ratio if the width is also specified. |
1919
| autoplay | boolean | true | If true, the video will begin playing as soon as it has loaded. |
2020
| controls | boolean | false | If true, controls for the video player will be available to the participant. They will be able to pause the video or move the playback to any point in the video. |
2121
| start | numeric | null | If given a value, the video will start at this time point in seconds. |

0 commit comments

Comments
 (0)