Close this window

Using the <param> tag

Description The param tag is used to pass parameters to the media tag.
Example
This CNXML:
<media type="image/jpeg" src="image1.jpg">
  <param name='height' value='100'/>
  <param name='width'  value='200'/>
</media>
	
Results in this display:
Attributes (what's this?)
Children (what's this?) The param tag is an empty tag and does not contain any children.
Parents (what's this?)media
Close this window