Hi i’m trying to figure out in Craft theme how to achieve a sticky image/video section with text on scroll is this possible?
1 Like
Hi @AaronzPlace
Do you have a sample design?
Yes, you can achieve a sticky image or video section in the Craft theme by adding custom CSS to make the media element “sticky” as users scroll. Look into using the position: sticky; style on the image or video container and pairing it with sections of text that scroll next to it for that effect.