gallery.css 160 B

12345678910
  1. /* this is for the thumbnail images */
  2. .crop-img{
  3. max-height:150px;
  4. max-width:100%;
  5. }
  6. /* this is for the big main image */
  7. .large-img{
  8. max-width:100%;
  9. }