Click on variant scroll down the page a bit

Solved

Click on variant scroll down the page a bit

MarinoCorredi
Tourist
7 0 0

I have this strange problem. If i click on a variant inside a product page, the page scroll down a bit. You can find a video in the attachment.
Can you help me?

 

www.marinocorredi.it

Accepted Solution (1)

maxdanko
Shopify Partner
29 3 7

This is an accepted solution.

You need to go to theme->edit code->assets folder-> media-gallery.js then delete the lines
activeMedia.scrollIntoView({ behavior: 'smooth' });
and activeMedia.scrollIntoView();

View solution in original post

Reply 1 (1)

maxdanko
Shopify Partner
29 3 7

This is an accepted solution.

You need to go to theme->edit code->assets folder-> media-gallery.js then delete the lines
activeMedia.scrollIntoView({ behavior: 'smooth' });
and activeMedia.scrollIntoView();