min height in image html code example
Example 1: html min width
@media (min-width: 1600px) {
display: none;
}
Example 2: html img max tam
<img src="html/imagenes/prueba.jpg" border="1" alt="Este es el ejemplo de un texto alternativo" width="400" height="300">