Quote:
Originally Posted by MikeWV
You can get your images to scale by setting width or height to a percent less than or equal to 100% and setting the other dimension to auto. Do it inside the <img> tags where you probably now have the height and width set to a fixed number of pixels. For example: width="90%"; height="auto"; You should make the smaller dimension auto in most cases.
|
Thanks. I will give that a try.