/ Published in: CSS
make images auto scale for mobile phones
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
img { width: auto !important; height: auto !important; max-width: 100%; }