I’m trying to make the image on my product page sticky so that the image stays visible when you scroll. Currently, the left column is sticky, so when I try to do ‘position: sticky’ for the image, the image drops, even if I delete ‘position: sticky’ for the left column.
You can try use css property: position: fixed and use responsive and js to control the sticky image. I try use this code and it works but it have to be customed more.