Stuck product image while scroll

HI @Digital_Imran

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.product {
    position: relative !important;
}
.product > product-gallery.product-gallery {
    position: sticky;
    top: 100px;
}

Here is the result:

https://img001.prntscr.com/file/img001/tYaNlcjLTb6h7MQ4L9v9Qg.png

I hope this helps

Best,

Daisy