Revisamos completamente cada reseñas de nuestro espacio con el objetivo de mostrarte siempre la información certera y actualizada.
Ejemplo 1: hacer una imagen más pequeña css
css:
.example-class
width: 400px;
height: auto;
html:
<imgclass="example-class"src="example.jpg"/>
Ejemplo 2: cambiar el tamaño de la imagen html
Simple img tag
<imgsrc="image_path"alt="Image Sample">
With height and width attribute
<imgsrc="image_path"width="200"height="40"alt="Image Sample">
Ejemplo 3: ajuste de tamaño de imagen css
squareImage
border: 1px solid #ddd; /* thickness and color of border */
border-radius: 4px; /* edge rounding of border */
width: 150px; /* width of image (px or % or auto) */
height: auto; /* height of image (px or % or auto) */
Tienes la opción de proteger nuestra función poniendo un comentario o dejando una valoración te damos las gracias.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)