load more button and other device support

This commit is contained in:
Simon
2026-02-08 15:54:55 +00:00
parent f71d8e3ee1
commit 5a2021580d
3 changed files with 137 additions and 1 deletions

View File

@@ -81,11 +81,14 @@
<main id="video-grid" class="grid-container"></main>
<div id="sentinel"></div>
<button id="load-more-btn" class="load-more-btn" title="Load More">
<img class="icon-svg" src="https://cdn.jsdelivr.net/npm/heroicons@2.0.13/24/outline/chevron-down.svg" alt="Load More">
</button>
<div id="video-modal" class="modal">
<div class="modal-content">
<span class="close" onclick="closePlayer()">&times;</span>
<video id="player" controls autoplay></video>
<video id="player" controls autoplay playsinline webkit-playsinline></video>
</div>
</div>