Page jumps down when clicking on variant image (Brooklyn Theme)

Hey,

So when I click on a variant image on the product page, the page jumps down a bit? Any solution for this as its not very user-friendly? This only happens on the desktop version.

I’m using Brooklyn theme btw.

Store: www.shupey.com

Password: lalalandia

@Johnny_HTG

sorry for this issue I have checked but I can’t see any issue please share video

https://www.dropbox.com/s/mjoe1f80dnrk50r/viddd.mov?dl=0

Let me know if you can see it here

@Johnny_HTG

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?

Hi,

I’m using my laptop on both Chrome and Bing with Windows 10. Same issue on both.

No issues with mobile, just the desktop version when clicking different variant images.

@Johnny_HTG

Thanks for updare

if possible to share particular product page url?

Here’s one:

https://shupey.com/products/aquarius-joggers?_pos=2&_sid=5c4da9112&_ss=r

But the issue is with multiple pages that have different images

Password for the store is lalalandia

@Johnny_HTG

Thanks for share us i can’t see this issue can you please check your error

also can you please download free theme and check this issue agan also do you have add any app or code?

Hello everyone, this is really a problem with the Brooklyn theme with the hide class of the first element, it happens when clicking on a different image from the first one, scrolling and clicking on the first thumbnail.
Here I have a solution that although it is not perfect, it allows to reduce the problem:
Add to the bottom of your theme.js file:
$(“.product-single__thumbnail”).click(function(){return $(“html, body”).animate({scrollTop:150},600),!1});

Hello, thanks for your sharing. It looks better. But do you have any idea about the variants? I find when clicking on a variant with the first image, it will jump down.