Skip to content

Commit

Permalink
Merge branch 'master' into fix/sass-build-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Aug 27, 2019
2 parents 49a12de + 8ea933f commit bdcc8f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
@@ -1,6 +1,5 @@
<p>
This video has <code>autoplay</code> set to <code>true</code>, <code>loop</code> set to <code>true</code>, and <code>controls</code> set to <code>false</code>. When a video is autoplaying without any controls, it is muted by default. This is purely intended for decorations and not practical. Autoplaying video with sound is against best practices.
</p>
<p>This video has <code>autoplay</code> set to <code>true</code>, <code>loop</code> set to <code>true</code>, and <code>controls</code> set to <code>false</code>. When a video is autoplaying without any controls, it is muted by default. This is purely intended for decorations and not practical. Autoplaying video with sound is against best practices.</p>
<p><mark>Note: videos are not expected to autoplay on iOS.</mark></p>

{% include "@bolt/video.twig" with {
"videoId": "5780495299001",
Expand Down
@@ -1,6 +1,6 @@
<p>
This video has <code>autoplay</code> set to <code>true</code> and <code>loop</code> set to <code>true</code>.
</p>
<p>This video has <code>autoplay</code> set to <code>true</code> and <code>loop</code> set to <code>true</code>.</p>
<p><mark>Note: videos are not expected to autoplay on iOS.</mark></p>


{% include "@bolt/video.twig" with {
"videoId": "5780495299001",
Expand Down
@@ -1,6 +1,6 @@
<p>
This video has <code>autoplay</code> set to <code>true</code>.
</p>
<p>This video has <code>autoplay</code> set to <code>true</code>.</p>
<p><mark>Note: videos are not expected to autoplay on iOS.</mark></p>


{% include "@bolt/video.twig" with {
"videoId": "5780495299001",
Expand Down

0 comments on commit bdcc8f3

Please sign in to comment.