css:resize_an_image_dynamically
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
css:resize_an_image_dynamically [2016/12/11 11:37] – peter | css:resize_an_image_dynamically [2021/08/08 12:35] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== css - Resize an image dynamically ====== | ||
- | |||
- | <code css> | ||
- | img { | ||
- | max-width: 100%; | ||
- | height: auto; | ||
- | width: auto\9; /* ie8 */ | ||
- | } | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE**: | ||
- | </ | ||
css/resize_an_image_dynamically.1481456279.txt.gz · Last modified: 2020/07/15 09:30 (external edit)