]> git.sesse.net Git - vlc/commitdiff
* doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image
authorOlivier Teulière <ipkiss@videolan.org>
Sat, 14 May 2005 10:38:26 +0000 (10:38 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sat, 14 May 2005 10:38:26 +0000 (10:38 +0000)
   control

doc/skins/skins2-howto.xml

index f90110eb87728733a626a674fd2e8c86dda63949..88cdc63dd15e38095b0e4cbc918a0ab5272e9b6c 100644 (file)
@@ -389,6 +389,11 @@ difficulty to understand how VLC skins work.</para>
       <para>Identifiant of a <link linkend="Bitmap">Bitmap</link>.</para>
       <para><emphasis>Required.</emphasis></para>
     </sect4>
+    <sect4 id="resize">
+      <title>resize</title>
+      <para>Since VLC 0.8.2. Specify the behaviour of the image when it is resized. Possible values are 'mosaic' (the image is repeated as many times as necessary to reach the wanted dimensions) and 'resize' (the image is actually resized). Beware that the 'resize' behaviour is much slower than the 'mosaic' one, so make sure to use it only when it's really needed.</para>
+      <para><emphasis>Default value: mosaic.</emphasis></para>
+    </sect4>
     <sect4 id="imageaction">
       <title>action</title>
       <para>Action triggered by a click on the control. Possible values are "move", to move the window, or "resizeSE" (SE as in South-East ; other directions will be added in the future) to resize the window in the corresponding direction.</para>