Tagged Questions
4
votes
1answer
2k views
Responsive images require excluding the width/height attributes?
One of the tenets of responsive web design is responsive images: sizing images using percentages rather than concrete values. This is done via CSS.
The problem I have is the standard practice of ...