Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

196
Vistas
Hi the images in a web browser are not being responsive

In a website the images are not being responsive... when zooming in or out the images do no resize properly how to fix this issue?? What might be the root cause and possible solution to this

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

Actually, there is a good reference you can refer to when you need to create responsive images.

W3schools responsive: Responsive Images

.responsive {
  width: 100%;
  height: auto;
}
<img src="image.jpg" alt="image" class="responsive">

about 4 years ago · Juan Pablo Isaza Denunciar

0

The best practice is to give max-width to the image container div and width to the image. For e.g:

.img-container {
   max-width: 50%;
   height: 400px;
}
img {
   width: 100%;
   height: auto;
}

Also, check if you have added the meta tag correctly.

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda