Spaces:
Running
Running
Upload index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -250,9 +250,9 @@ function topFunction() {
|
|
| 250 |
<div id="imageOverlay" class="image-overlay fixed inset-0 z-50 bg-black/95 flex items-center justify-center p-1" onclick="closeOverlay()">
|
| 251 |
<div class="relative max-w-7xl max-h-full w-full flex flex-col items-center" onclick="event.stopPropagation();closeOverlay()">
|
| 252 |
|
| 253 |
-
<img id="overlayImage" src="" alt="Full size view" class="max-w-full max-h-[
|
| 254 |
-
<p id="overlayCaption" class="mt-
|
| 255 |
-
<p class="mt-
|
| 256 |
</div>
|
| 257 |
</div>
|
| 258 |
|
|
@@ -271,6 +271,6 @@ function topFunction() {
|
|
| 271 |
<!-- 100% privacy-first analytics -->
|
| 272 |
<script data-collect-dnt="true" async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
|
| 273 |
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif?collect-dnt=true" alt="" referrerpolicy="no-referrer-when-downgrade"/></noscript>
|
| 274 |
-
|
| 275 |
</body>
|
| 276 |
</html>
|
|
|
|
| 250 |
<div id="imageOverlay" class="image-overlay fixed inset-0 z-50 bg-black/95 flex items-center justify-center p-1" onclick="closeOverlay()">
|
| 251 |
<div class="relative max-w-7xl max-h-full w-full flex flex-col items-center" onclick="event.stopPropagation();closeOverlay()">
|
| 252 |
|
| 253 |
+
<img id="overlayImage" src="" alt="Full size view" class="max-w-full max-h-[90vh] object-contain rounded-lg shadow-2xl" onclick="closeOverlay()">
|
| 254 |
+
<p id="overlayCaption" class="mt-2 text-white/60 text-lg font-medium text-center"></p>
|
| 255 |
+
<p class="mt-1 text-white/40 text-xs">Click anywhere or press ESC to close.</p>
|
| 256 |
</div>
|
| 257 |
</div>
|
| 258 |
|
|
|
|
| 271 |
<!-- 100% privacy-first analytics -->
|
| 272 |
<script data-collect-dnt="true" async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
|
| 273 |
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif?collect-dnt=true" alt="" referrerpolicy="no-referrer-when-downgrade"/></noscript>
|
| 274 |
+
|
| 275 |
</body>
|
| 276 |
</html>
|