Forum
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
Your list.html image does not have the same attributes as the one in product.html. Make sure the tag is identical.