32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
|
<!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>
|
||
|
</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', {
|
||
|
maxScaleRatio: 1
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|