You can do that by adding this code at bottom of your styles.css file
.product-gallery {
position: sticky;
top: 0px;
}
You can do that by adding this code at bottom of your styles.css file
.product-gallery {
position: sticky;
top: 0px;
}