Display different image on collection and product page

I solved this problem using this:

{% for image in product.images offset:1 %}

{% endfor %}