We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfde47b commit 084359bCopy full SHA for 084359b
application/views/home.php
@@ -40,7 +40,7 @@
40
echo
41
'<div class="col-lg-4 col-md-4 col-sm-6">
42
<a href="item?id='. $prod_id .'">
43
- <img class="img-thumbnail" src="http://github.com/public/imgs/%3C/span%3E' . $prod_id . '.jpeg" alt="PS4" width="240" height="240">
+ <img class="img-thumbnail" src="http://github.com/public/imgs/%3C/span%3E' . $prod_id . '-thumb.jpg" alt="PS4" width="120" height="120">
44
<p>' . $prod_name . '</p>
45
</a>
46
<div class="item-info">
0 commit comments