fix: figcaption dans figure, loop swiper, max-height images investigation
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

- investigation.php : figcaption déplacé à l'intérieur des <figure>
  (correction HTML + meilleure capture par la lightbox)
- swipers.js : loop: true sur toutes les galeries
- _investigation_content.scss : max-height 75vh sur les images
- _figures.scss : reformatage indentation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-27 16:03:35 +01:00
parent 3d9a0421b3
commit 59c5396184
6 changed files with 125 additions and 38 deletions

View file

@ -20,6 +20,11 @@
max-width: var(--max-w-content);
}
img {
max-height: 75vh;
object-fit: cover;
}
@media #{$small-up} {
.section-content {
margin-bottom: calc(var(--spacing) * 4);