Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

198
Views
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 answers
Answer question

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 Report

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!