Ignore:
Timestamp:
2011/08/23 13:22:04 (13 years ago)
Author:
shutta
Message:

refs #1455 (スマートフォン> 商品一覧の「もっと見る」ボタンで、追加表示された商品一覧の画像サイズが大きくなってしまう)
追加表示する商品の一覧画像にもresize_image.phpで処理させるように修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl

    r21211 r21212  
    178178                     //商品写真をセット 
    179179                     $($(".list_area .listphoto img").get(maxCnt)).attr({ 
    180                                                                  src: imagePath + product.main_list_image,  
     180                                                                 src: "<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=" + product.main_list_image + '&width=80&height=80',  
    181181                                                                 alt: product.name 
    182182                                                             }); 
Note: See TracChangeset for help on using the changeset viewer.