Prevent absolute div (moved with ScrollTrigger) from lengthening the page
I wanted to make a simple parallax effect using ScrollTrigger. The problem is the absolute div containing the “images” (currently red boxes) have a greater height than the page itself. So there is a big gap after the footer since the images have moved with ScrollTrigger. Is there anyway to prevent this big gap?