2015-05-09 09:56:35 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
|
|
|
|
<script src="galleria/galleria-1.4.2.min.js"></script>
|
|
|
|
<script src="galleria/themes/classic/galleria.classic.min.js"></script>
|
|
|
|
<link rel="stylesheet" href="galleria/themes/classic/galleria.classic.css">
|
|
|
|
<style>
|
|
|
|
body{ margin: 0; padding: 0; }
|
|
|
|
div.galleria{ width: 100%; height: 100%; background: #000; position: absolute; top: 0; bottom: 0; }
|
|
|
|
div.galleria-thumbnails { margin: auto;}
|
|
|
|
</style>
|
2015-05-09 10:17:26 +00:00
|
|
|
<title>Getting Started</title>
|
2015-05-09 09:56:35 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="galleria">
|
|
|
|
<a href="https://www.youtube.com/watch?v=RRq2_Pjyko8"><img src="images/rename.png"></a>
|
|
|
|
<img src="images/permissions.png">
|
|
|
|
<a href="https://www.youtube.com/watch?v=btNSv7AnMMw"><img src="images/episodes.png"></a>
|
|
|
|
<a href="https://www.youtube.com/watch?v=q-oZ_hovsTY"><img src="images/subtitle-hash-lookup.png"></a>
|
|
|
|
<a href="https://www.youtube.com/watch?v=R80tKtHf4zw"><img src="images/subtitle-search.png"></a>
|
|
|
|
<a href="https://www.youtube.com/watch?v=4KWkSPr3fQY"><img src="images/sfv.png"></a>
|
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
Galleria.run('.galleria', {
|
2015-05-09 10:17:26 +00:00
|
|
|
maxScaleRatio: 1,
|
|
|
|
youtube: {
|
|
|
|
VQ: 'HD1080'
|
|
|
|
}
|
2015-05-09 09:56:35 +00:00
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|