fix(lightbox): prevent unintended activation during navigation and fix broken images
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-19 18:16:34 +01:00
parent 64a3c1d583
commit af4cc2ae48
3 changed files with 6 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
</header>
{{#if feature_image}}
<figure class="mb-12 rounded-lg overflow-hidden shadow-xl">
<figure class="post-feature-image mb-12 rounded-lg overflow-hidden shadow-xl">
<img
class="w-full h-auto object-cover"
src="{{img_url feature_image size="xl"}}"