Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
/* The Image Box */
div.img {
  border: 1px solid #ccc;
}
div.img:hover {
  border: 1px solid #777;
}
/* The Image */
div.img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
/* Description of Image */
div.desc {
  padding: 15px;
  text-align: center;
}
* {
  box-sizing: border-box;
}
/* Add Responsiveness */
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */