Hi there community! im building my product-template (desktop view) and i want to change structure of product images.
here is my original view:
and this is how i want to left it, remove slider and display image like this, i think its making some adjust with grid_item, if anyone can guide me, in advance thanks so much!
if some file is needed or url preview, feel free to tell me!
Solved! Go to the solution
This is an accepted solution.
its done guys!, for anyone to know it, you have to play with:
{% for image in product.images %}
<img src="{{ image.src | product_img_url: '480x' }}">
{% endfor %}
and change witdh to those grids.
User | Count |
---|---|
445 | |
207 | |
104 | |
88 | |
87 |