php - responsive image to my project not fit the div -


    have problem in project wich item image not fit thumbnail 

"; "; ``"; echo "$ " . $item['itemprice'] . ""; echo ""; echo ""; echo "" . $item['itemname'] . ""; echo "" . $item['itemdescription'] . "

"; echo "" . $item['itemdate'] . ""; echo "" . $item['username'] . ""; echo '' . $item["catname"] . ''; echo ""; echo ""; echo ""; echo ""; } ?>

> css /* start time last */ .item-box:hover {     background-color: lightgray; } .item-box img {     display: block;     min-width: 225px;     min-height: 225px;     max-width: 225px;     max-height: 225px; } .img-item img {     min-width: 180px;     min-height: 180px;     max-width: 180px;     max-height: 180px; } /* end time last */ 

this picture


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -