ClickOnPostV1

This commit is contained in:
2026-01-29 13:25:20 +11:00
parent f67099f5b0
commit 36ff34c893
3 changed files with 151 additions and 7 deletions

View File

@@ -256,6 +256,20 @@
</div>
</div>
</div>
<!-- Lightbox View -->
<div id="lightbox-view" class="hidden">
<button id="lightbox-close" class="icon-btn-lg">
<svg viewBox="0 0 24 24" width="32" height="32" stroke="white" stroke-width="2" fill="none">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div class="lightbox-carousel">
<!-- Dynamic Slides injected here -->
</div>
<div class="media-counter" style="bottom: 40px; top: auto;"></div> <!-- Re-use styling -->
</div>
<script src="script.js"></script>
</body>