Skip to content

Commit 40e0406

Browse files
committed
Merge pull request alvarotrigo#606 from JayBizzle/patch-1
The values "true" and "false" are not allowed on boolean attributes. To ...
2 parents 59b2ce8 + e81eb85 commit 40e0406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/videoBackground.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
<div id="fullpage">
124124
<div class="section " id="section0">
125-
<video autoplay loop muted controls="false" id="myVideo">
125+
<video autoplay loop muted id="myVideo">
126126
<source src="imgs/flowers.mp4" type="video/mp4">
127127
<source src="imgs/flowers.webm" type="video/webm">
128128
</video>
@@ -139,4 +139,4 @@ <h1>fullPage.js videos</h1>
139139
</div>
140140

141141
</body>
142-
</html>
142+
</html>

0 commit comments

Comments
 (0)