Skip to content

Commit

Permalink
cleanup video test text
Browse files Browse the repository at this point in the history
  • Loading branch information
saschadube committed Sep 11, 2018
1 parent de76a09 commit a0d0320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/video.html
Expand Up @@ -51,13 +51,13 @@ <h2>JavaScript Options</h2>
<td><code>autoplay</code></td>
<td>Boolean|String</td>
<td><code>true</code></td>
<td>Automatically start the video. Pauses the video if it is not visible. A value of `inview` will delay loading the video and play/pause the video as it enters/leaves the viewport.</td>
<td>The video automatically plays/pauses as it's visible/hidden on the page. A value of `inview` will delay loading the video and play/pause the video as it enters/leaves the viewport.</td>
</tr>
<tr>
<td><code>automute</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Automatically mute the video.</td>
<td>Automatically mute YouTube or Vimeo videos.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit a0d0320

Please sign in to comment.