Commit 6c5926f5a8192d06425b37c9f5e4156c1e2b93b7

Authored by Andy
1 parent 8eb1c9b3

add

Showing 1 changed file with 1 additions and 1 deletions
js/main.js
@@ -220,7 +220,7 @@ @@ -220,7 +220,7 @@
220 '<div class="news_title">', 220 '<div class="news_title">',
221 '<p title="'+obj.newsTitle+'">' + obj.newsTitle + '</p>', 221 '<p title="'+obj.newsTitle+'">' + obj.newsTitle + '</p>',
222 '</div>', 222 '</div>',
223 - '<img class="banner" src="'+obj.imgUrl+'" alt="" width="100%">', 223 + '<img class="banner" src="'+obj.imgUrl+'" alt="" width="100%" height="272px">',
224 '</a>', 224 '</a>',
225 '</div>' 225 '</div>'
226 ) 226 )