rosegeng wrote:QuickView image shows properly in alfresco template but display wrong within other templates
Problem was solved.
add code in to styles.css
.product-grid .product-item .picture img {
margin: 5px;
width:100%;
height:auto;
}
.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
text-align: center;
padding: 10px 0;
overflow: hidden;
width: 145px;
height:145px;
margin: 0 1px;
}
.product-list .product-item .picture img {
margin: 5px;
width:100%;
height:auto;
}
.sub-category-grid .sub-category-item .picture img{
max-width:145px;
height:100%;
}