大変お世話になっております。
下記ビーバイ様の投稿とおり行いましたが画像がうまく表示されませんでした。
https://forum.ec-masters.net/post_view.php?id=8940下記をGOLDにアップ
jQuery(document).ready(
function() {
//画像変更
jQuery('#sCSLContainer').each(
function(){
var txt = jQuery(this).html();
jQuery(this).html(txt.replace(/fitin=90:90/g,"fitin=360:360"));
}
);
})
下記をカテゴリページ共通説明文に
<style ="">
/* <<< */
div#sCSLContainer {
display: flex;
flex-wrap: wrap;
}
div#sCSLContainer>a {
width: 50%;
}
div#sCSLContainer>a>div {
padding: 0px;
}
div#sCSLContainer .sCSLBox01,div#sCSLContainer .sCSLBox02 {
display: block !important;
background-position: calc(100% - 0px) calc(100% - 12px);
border-bottom: none;
background-color: transparent;
margin-bottom: 16px;
}
#sCSLContainer .txtheight {
min-height: 20px;
margin: 8px 0;
}
#sCSLContainer .txtheight .ctgItemNormal {
line-height: 1.4;
}
#sCSLContainer .txtprice {
text-align: left;
}
#sCSLContainer .inLeft {
width: 48vw !important;
height: 48vw !important;
}
div#sCSLContainer .sCSLBox01 div.inLeft img,div#sCSLContainer .sCSLBox02 div.inLeft img {
max-height: 100% !important;
max-width: 100% !important;
}
</style ="">
この様に記載しましたが、添付画像の様に表示されてしまします。
どこの部分を修正したら枠いっぱいに商品画像が表示されるのでしょうか。
宜しく御願い致します。