* use video links to make sure video tutorials can be watch in all regions
This commit is contained in:
parent
b6686ac65e
commit
9745647987
|
@ -20,11 +20,11 @@
|
||||||
<div class="galleria"></div>
|
<div class="galleria"></div>
|
||||||
<script>
|
<script>
|
||||||
var data = [
|
var data = [
|
||||||
{ video: 'http://www.youtube.com/watch?v=RRq2_Pjyko8', image: 'images/rename.png', thumb: 'images/rename.thumb.png' },
|
{ iframe: 'videos/rename.mp4', image: 'images/rename.png', thumb: 'images/rename.thumb.png' },
|
||||||
{ video: 'http://www.youtube.com/watch?v=btNSv7AnMMw', image: 'images/episodes.png', thumb: 'images/episodes.thumb.png' },
|
{ iframe: 'videos/episodes.mp4', image: 'images/episodes.png', thumb: 'images/episodes.thumb.png' },
|
||||||
{ video: 'http://www.youtube.com/watch?v=q-oZ_hovsTY', image: 'images/subtitle-hash-lookup.png', thumb: 'images/subtitle-hash-lookup.thumb.png' },
|
{ iframe: 'videos/subtitle-lookup.mp4', image: 'images/subtitle-hash-lookup.png', thumb: 'images/subtitle-hash-lookup.thumb.png' },
|
||||||
{ video: 'http://www.youtube.com/watch?v=R80tKtHf4zw', image: 'images/subtitle-search.png', thumb: 'images/subtitle-search.thumb.png' },
|
{ iframe: 'videos/subtitle-search.mp4', image: 'images/subtitle-search.png', thumb: 'images/subtitle-search.thumb.png' },
|
||||||
{ video: 'http://www.youtube.com/watch?v=4KWkSPr3fQY', image: 'images/sfv.png', thumb: 'images/sfv.thumb.png' },
|
{ iframe: 'videos/sfv.mp4', image: 'images/sfv.png', thumb: 'images/sfv.thumb.png' },
|
||||||
{ image: 'images/rename.screenshot.png', thumb: 'images/rename.screenshot.thumb.png' },
|
{ image: 'images/rename.screenshot.png', thumb: 'images/rename.screenshot.thumb.png' },
|
||||||
{ image: 'images/format.screenshot.png', thumb: 'images/format.screenshot.thumb.png' },
|
{ image: 'images/format.screenshot.png', thumb: 'images/format.screenshot.thumb.png' },
|
||||||
{ image: 'images/subtitle-hash-lookup.screenshot.png', thumb: 'images/subtitle-hash-lookup.screenshot.thumb.png' },
|
{ image: 'images/subtitle-hash-lookup.screenshot.png', thumb: 'images/subtitle-hash-lookup.screenshot.thumb.png' },
|
||||||
|
|
Loading…
Reference in New Issue