changing slideshow image right on open

This commit is contained in:
Václav Šmejkal 2023-06-02 21:06:09 +02:00 committed by GitHub
parent 60d8cbe3f2
commit aa4958dd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
<title>Fabrika Hrádek Tour</title>
</head>
<body onload="repeat_panorama()">
<body onload="repeat_panorama(); change_slideshow_img();">
<nav id="nav_buttons">
<button class="tlacitko" onclick="move('./map.html', true)">Mapa</button>
<button class="tlacitko" onclick="move('https://earth.google.com/web/@49.71686994,13.64771387,395.10185485a,550.97177309d,35y,0h,0t,0r', false)">Google Earth</button>
@ -28,4 +28,4 @@
<header><img src="" id="slideshow" draggable="false" alt="Slideshow"></header>
</body>
</html>
</html>