ClickOnPostV1
This commit is contained in:
14
index.html
14
index.html
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user