Recent Activities
This page shows what are we working on.
-
head
-
Drop hardcoded aspect-ratio fallback from shared module CSS
Feedback on #42: this module ships to many stores with wildly
different slider image dimensions, so a fixed ratio here would be
wrong almost everywhere except the store it was borrowed from.
The actual fix doesn't need it: slider.phtml already sets aspect-ratio
inline per slide from that slide's own image dimensions, which covers
any size. Store-specific fallback values belong in a theme override,
not here.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> 3cd76b -
Fix high CLS on hero slider (autoHeight collapses slide before Swiper init)
Slide has no reserved height before JS runs, and Swiper's autoHeight
option only sets the real height after init/image load, causing a
visible jump (reported as 0.36-0.47 CLS on 420shop.nl homepage, mostly
from `.swiper-slide` and the pushed-down `.columns` container).
- slider.phtml: inline `aspect-ratio` per slide from known image
dimensions, so the box is reserved before JS/image load
- _base.less: slide keeps that aspect-ratio as fallback, image/link
fill it via object-fit: cover
- image.phtml: first (above-the-fold) slide gets loading="eager" +
fetchpriority="high"
Verified live: reserve-and-fill fix confirmed on 420development
staging via PerformanceObserver layout-shift entries - CLS 0 after
reload (was showing the reported shifts before the fix).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> 721880
-
-
1.6.9
-
Version 1.6.9 1fa8c7
-
-
1.0.41
-
Version 1.0.41 6d5903
-
-
1.7.37
-
Version 1.7.37 405a00
-
-
1.14.11
-
Version 1.14.11 0f0f7e
-
-
1.0.41
-
Version 1.0.41 a28713
-
-
1.14.11
-
1.0.6
-
1.3.2
-
1.3.2 bdb384
-
-
head
-
Installer. Assign one banner to multiple placeholders 721496
-
Revert "update Marketplace installer commad to assign existing banner to the placeholder."
This reverts commit 054e032d04fd358089648872fb47cccbdf1da3f4. c9476e -
Revert "update Marketplace installer commad to assign existing banner to the placeholder."
This reverts commit 054e032d04fd358089648872fb47cccbdf1da3f4. a464ee -
update Marketplace installer commad to assign existing banner to the placeholder. 054e03
-