Skip to content

Commit

Permalink
fix video url
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed May 2, 2021
1 parent 0eab1e2 commit c4cd2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>
<a class="spotlight" data-media="image" data-src="demo/gallery/canada-2340312.jpg">
<img src="demo/gallery/canada-2340312-thumb.jpg">
</a>
<a class="spotlight" data-media="video" data-src-webm="//clips.vorwaerts-gmbh.de/big_buck_bunny.webm" data-src-ogg="//clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" data-src-mp4="//clips.vorwaerts-gmbh.de/VfE_html5.mp4" data-autoplay="false" data-poster="demo/gallery/poster.jpg">
<a class="spotlight" data-media="video" data-src-webm="https://cdn.jsdelivr.net/gh/nextapps-de/spotlight@gh-pages/gallery/big_buck_bunny.webm" data-src-ogg="https://cdn.jsdelivr.net/gh/nextapps-de/spotlight@gh-pages/demo/gallery/big_buck_bunny.ogv" data-src-mp4="https://cdn.jsdelivr.net/gh/nextapps-de/spotlight@gh-pages/demo/gallery/VfE_html5.mp4" data-autoplay="false" data-poster="demo/gallery/poster.jpg">
<img src="demo/gallery/poster.jpg">
</a>
<a class="spotlight" data-media="node" data-src="#fragment">
Expand Down

0 comments on commit c4cd2d9

Please sign in to comment.