Skip to main content.
Navigation: Home | Edit | HistoryLoginBackLinkIndex
Breadcrumbs : 39 » index » 4 » css » 17 » sitechanges » imageprops
Table of contents

Image Properties

When displaying an image, you can control the height & width is it displayed by appending the link with ?<width>x<height>. See the below examples. [[http://...../pic.gif?100]] - set width to 100 
[[http://...../pic.gif?100x50]] - set width to 100, height to 50 
[[http://...../pic.gif]] - use properties of image (via getimagesize() )