Ignore:
Timestamp:
2011/08/22 21:24:47 (13 years ago)
Author:
shutta
Message:

refs #1445 (スマートフォン> 商品一覧の「もっと見る」ボタンで、追加表示された商品一覧の画像サイズが大きくなってしまう)
width,heightをセットするように修正。

File:
1 edited

Legend:

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

    r21182 r21210  
    179179                     $($(".list_area .listphoto img").get(maxCnt)).attr({ 
    180180                                                                 src: imagePath + product.main_list_image,  
    181                                                                  alt: product.name 
     181                                                                 alt: product.name, 
     182                                                                 width: 80, 
     183                                                                 height: 80 
    182184                                                             }); 
    183185 
Note: See TracChangeset for help on using the changeset viewer.