Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<title>My Title</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/5/w3.css">
<style>
</style>
<script src=""></script>
<body>
<div class="w3-container">
<p>Resize the page to see the responsive effect:</p>
<div class="w3-row">
  <div class="w3-third">
    <img src="img_avatar.png" alt="Name1" style="width:100%">
  </div>
  <div class="w3-third">
    <img src="img_avatar.png" alt="Name2" style="width:100%">
  </div>
  <div class="w3-third">
    <img src="img_avatar.png" alt="Name3" style="width:100%">
  </div>
</div>
</div>
</body>
</html>