feat: Add CSS animations and image lightbox
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
{{> footer}}
|
||||
</div>
|
||||
|
||||
<div id="lightbox" class="hidden fixed inset-0 bg-black bg-opacity-80 z-50 flex items-center justify-center">
|
||||
<button id="lightbox-close" class="absolute top-4 right-4 text-white text-3xl">×</button>
|
||||
<img id="lightbox-image" src="" alt="Lightbox image" class="max-w-full max-h-full">
|
||||
</div>
|
||||
|
||||
{{ghost_foot}}
|
||||
<script src="{{asset "js/main.js"}}"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user