Exclude first image from a Woocommerce image gallery

I’ve already solved this issue. The solution I found is not really good, but it did the job. I had only two images in my gallery and I wanted to hide the first one, so I used

array_reverse();

where my template loaded the images for the gallery and I hid the arrows to go from one image from another and the slider with the thumbnails. It’s not the perfect solution, but it’s working for now.

Thanks!