Make a horizontal scroll product pictures on product page

Is there a way to make a horizontal scroll product pictures on product page just like this one? https://eu.stussy.com/collections/new-arrivals/products/115746-beach-shell-wrinkled-nylon-black

Dear regards

//Rasmus

@RasmusUG

These are product variants which can be easily manage from the theme customizer, can you please confirm which theme you are using, so that i will give you exact instructions how to do that.

Thanks

Im using Dawn Theme

@RasmusUG

please refer to the helper video which can help you :slightly_smiling_face:

do let me know if you need my help

Thanks

@RasmusUG

If you are using dawn theme @latest then you should have this setting already .

Please check the screenshot for the setting which would make horizontal scroll product pictures work.

If not then message me . I can add that for you .

are you referring this vertical product image scroll?

This is color swatches, I just want when I scroll down on the product page, all the images containing that product will be shown, just like this website: https://eu.stussy.com/collections/new-arrivals/products/115746-beach-shell-wrinkled-nylon-black

Picture below are not same size + it docent let me scroll though it like on this website: https://eu.stussy.com/collections/new-arrivals/products/115746-beach-shell-wrinkled-nylon-black

it is because the first image is showing stacked and after that there will be 2 column layout. you need to do that some custom css code,

Do u have the code for that? :grinning_face:

@RasmusUG So if you are comfortable with code part . Here is few things you need to do .

Open theme>>> Edit code >>> search for section-main-product.css
and at the bottom add this code .

@media screen and (min-width: 990px) {
    .product--stacked .product__media-item {
        width: 100% !important;
        max-width: 100% !important;
    }
}

This should work . If yes please mark this as complete . And feel free to message me .

1 Like

Hi, First of all Thanks for helping people with code :slightly_smiling_face: I would like to horizontally swipe the product images from right to left while viewing the product. Like how we swipe right to left in instagram carousel. Can you help me with a code for the dawn theme ? :slightly_smiling_face: