User Tools

Site Tools


layouts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
layouts [2020/03/18 07:55]
phulshof
layouts [2020/03/18 07:56]
phulshof
Line 113: Line 113:
 \\ \\
 \\ \\
-=====<image> Parameters=====+=====<video> Parameters=====
  
-The <image> tag supports the following parameter:+The <video> tag supports the following parameter:
  
 ^<​image>​ tag parameters^^ ​ ^<​image>​ tag parameters^^ ​
-|src |The location of the image to display (relative to the location of the active layout folder)|+|src |The location of the video to display (relative to the location of the active layout folder)
 +|volume |Audio volume of the video: 0 = mute, 1=100% volume|
  
  
 Example: Example:
  
-  <image src="bg.png" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​+  <video src="intro.avi" volume="​0.5" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​
  
 \\ \\
 \\ \\
-=====<video> Parameters=====+=====<image> Parameters=====
  
-The <video> tag supports the following parameter:+The <image> tag supports the following parameter:
  
 ^<​image>​ tag parameters^^ ​ ^<​image>​ tag parameters^^ ​
-|src |The location of the video to display (relative to the location of the active layout folder)+|src |The location of the image to display (relative to the location of the active layout folder)|
-|volume |Audio volume of the video: 0 = mute, 1=100% volume|+
  
  
 Example: Example:
  
-  <video src="intro.avi" volume="​0.5" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​+  <image src="bg.png" x="​0"​ y="​0"​ height="​stretch"​ width="​stretch"​ layer="​0"/>​
  
 \\ \\
layouts.txt · Last modified: 2021/09/03 17:14 by phulshof