|
|
Now, you can also make your media grow -without any distortion- until it meets the region frontier.
|
|
|
Set the fit attribute to "meet" in your <region> tag.
<smil> <head> <layout> <root-layout width="147" height="116" background-color="yellow" /> <region id="region_1" left="8" top="10" width="116" height="81" background-color="white" fit="meet" /> </layout> </head> <body> <!-- this image is smaller than its region --> <img src="madewithcss.gif" region="region_1" /> </body> </smil> |
| Source |
The SMIL Tutorial is ©HELIO 1998-1999 all rights reserved
Comments about this page