/ Published in: CSS
URL: http://www.catswhocode.com/blog/10-useful-code-snippets-to-develop-iphone-friendly-websites
Expand |
Embed | Plain Text
@media screen and (max-device-width: 480px){ img{ max-width:100%; height:auto; } }
You need to login to post a comment.
