<!DOCTYPE html> <html> <head> <title>THE NAME OF THE PAGE</title> <meta charset="UTF-8"> <style> .shit { min-width: 100px; } .shit img { width: 100%; } </style> </head> <body> <div class="shit"> <img src="../your_path/image.jpg" alt="image"> </div> </body> </html>
.shit img { max-width: 100%; }