/ Published in: CSS
allows image to scale to fit mobile windows.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
img { width: auto !important; height: auto !important; max-width: 100%; }