Forum

Thread tagged as: Question, Problem, Shop

Perch Shop Images

Hello All

having a issues with different size shop images

in product.html i have

<perch:shop id="image" type="image" label="Main product image" order="4" width="800" />
<perch:shop id="image" type="image" width="80" height="80" density="1.6" crop="true" />
<perch:shop id="image" type="image" width="360" height="240" density="1.6" crop="true" />

and in list.html i have

<img src="<perch:shop id="image" type="image" output="path" width="360" height="240" crop="true"/>">

But its nor showing the cropped images its showing the full size image at 2000px wide

Anthony Elleray

Anthony Elleray 2 points

  • 5 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Your list.html image does not have the same attributes as the one in product.html. Make sure the tag is identical.