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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -