como cortar imagem no css code example
Example 1: css resize image without distortion
.frame {
height: 250px;
background: transparent no-repeat center;
background-size: cover;
background-image: url('http://i.imgur.com/lNB7QSt.jpg')
}
Example 2: no cache html
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />