Showing
1 changed file
with
1 additions
and
1 deletions
@@ -344,7 +344,7 @@ function getTableColumn() { | @@ -344,7 +344,7 @@ function getTableColumn() { | ||
344 | var imageStr = "<table><tbody><tr>"; | 344 | var imageStr = "<table><tbody><tr>"; |
345 | if(value != null){ | 345 | if(value != null){ |
346 | for (var i = 0 ;i < value.length; i++){ | 346 | for (var i = 0 ;i < value.length; i++){ |
347 | - imageStr += "<td><a href='javascript:void(0)' onclick='openModal("+i+",\""+value[i].imageUrl+"\", \""+value[i].imageDesc+"\","+rowData.skup+")'><img height='70px;' width='50px;' src='"+value[i].imageUrl+"'/></td></a>"; | 347 | + imageStr += "<td><a href='javascript:void(0)' onclick='openModal("+i+",\""+value[i].imageUrl+"\", \""+value[i].imageDesc+"\","+rowData.skup+")'><img height='70px;' width='50px;' src='"+value[i].imageUrl+"?imageMogr2/thumbnail/100x100/position/center/quality/60'/></td></a>"; |
348 | if((i+1) % 4 == 0 && 0 != i && i != (value.length - 1)) { | 348 | if((i+1) % 4 == 0 && 0 != i && i != (value.length - 1)) { |
349 | imageStr += "</tr><tr>"; | 349 | imageStr += "</tr><tr>"; |
350 | } | 350 | } |
-
Please register or login to post a comment