XHTML/ CSS - Max Height/ Width
You can resize images or any elements for many reasons. Using the max-width/ height properties let's you manipulate elements. Here's an example: 
https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946
| Property | Description | 
|---|---|
| height | Sets the height of an element | 
| max-height | Sets the maximum height of an element | 
| max-width | Sets the maximum width of an element | 
| min-height | Sets the minimum height of an element | 
| min-width | Sets the minimum width of an element | 
| width | Sets the width of an element | 
https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946
Comments