Skip to content

Commit

Permalink
Merge pull request #3272 from AnalyticalGraphicsInc/video-tweak
Browse files Browse the repository at this point in the history
Video demo tweak
  • Loading branch information
lilleyse committed Dec 1, 2015
2 parents 43a56c3 + c9c57f7 commit cc86e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Sandcastle/gallery/Video.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div id="loadingOverlay"><h1>Loading...</h1></div>
<div id="toolbar"></div>

<video id="trailer" autoplay loop crossorigin controls>
<video id="trailer" style="display: none;" autoplay loop crossorigin controls>
<source src="http://cesiumjs.org/videos/Sandcastle/big-buck-bunny_trailer.webm" type="video/webm">
<source src="http://cesiumjs.org/videos/Sandcastle/big-buck-bunny_trailer.mp4" type="video/mp4">
<source src="http://cesiumjs.org/videos/Sandcastle/big-buck-bunny_trailer.mov" type="video/quicktime">
Expand Down

0 comments on commit cc86e31

Please sign in to comment.