- Joined
- Jun 9, 2014
- Messages
- 79
- Reaction score
- -2
- Points
- 6
Responsive Image
You can make the image auto resize to the max width of the boundary by using max-width:100% and height:auto.
img {
max-width: 100%;
height: auto;
}
This one's free; next one I'm charging for
