1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

Upgrade Galleria and always show videos in a new browser window

This commit is contained in:
Reinhard Pointner 2018-06-17 19:00:27 +07:00
parent 76b9a61b60
commit 6550892e9e

View File

@ -10,6 +10,7 @@
<title>Getting Started</title> <title>Getting Started</title>
</head> </head>
<body onload="runGalleria()"> <body onload="runGalleria()">
<img class="fullscreen" src="fullscreen.png" width="16" height="16" onclick="toggleFullScreen()" />
<div class="galleria"></div> <div class="galleria"></div>
</body> </body>
</html> </html>