拡張機能をアンインストールした後、カテゴリ ページに表示されるすべての製品画像が209x209ではなく135x135にサイズ変更されました。を確認したところ、次のlist.phtml
ことがわかりました。
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this- >stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(209); ?>" width="209" height="209" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
これは私には正しいように見えますが、原因と思われるランダムな css 属性も見つかりました。ルールのソースが見つかりません。
img[Attributes Style] {
width: 135px;
height: 135px;
}
ここで私の問題を見ることができます