Velo Tutorial: Adding a Related Products Area to a Wix Store Product Page

It now displays all images. I changed
relatedProducts.splice(4, relatedProducts.length);
to
relatedProducts.splice( 20 , relatedProducts.length);

I would still like to adress image resize and scrolling.
Darren