Shop CMS v1.4.0 optimizes the /shop/site/ marketing page. The screenshots section is now a lightweight shell that fetches carousel markup only when scrolled into view.
Separate carousel file
screenshots-carousel.php serves the heavy HTML; site.js uses IntersectionObserver and delegates lightbox clicks — better PageSpeed scores on first load.
Lightbox preserved
Full-size preview on click still works via event delegation after lazy injection.
See the section on /shop/site/#screenshots.