feat: add lightbox for viewing forest and reward images fullscreen

- Click any forest element or reward image to see it large
- Smooth zoom-in animation, click anywhere to close
- Hover effect on clickable images
- Works on both forest grid and reward screen

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 20:50:20 +02:00
co-authored by Claude Opus 4.6
parent f9ae7c45eb
commit fabf9211c4
3 changed files with 72 additions and 0 deletions
+5
View File
@@ -195,6 +195,11 @@
<span class="mute-btn__icon" id="mute-icon">&#x1F50A;</span>
</button>
<!-- Lightbox for forest element images -->
<div id="image-lightbox" class="lightbox" style="display:none">
<img id="lightbox-img" class="lightbox__img" src="" alt="">
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>