resizing an image dynamically in css

ed1176110

New Member
im trying to use this css:\[code\]img { width: 100%; height: 100px;}\[/code\]and HTML:\[code\]<img src="http://stackoverflow.com/questions/15822329/path/to/image/here" />\[/code\]but its not resizing the image when the window is resizedany ideas what i can do?
 
Back
Top