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

I have added the related products to my site and it is working OK.

What I would like to do know is have the related product images resize to fit. If possible I would also like to be able to scroll through the related products. For the Straight Ally above there are actually 5 images but only 4 are shown.
One of my products has 18 related products.
Hope that someone can help.

Darren

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