[pitivi] help: adjust width for images that got out of frame



commit 26d08d5df2c3645568d1e001f3a5139c0ab9a672
Author: Tomas Karger <tomkarger gmail com>
Date:   Sun May 4 19:25:48 2014 +0200

    help: adjust width for images that got out of frame

 help/C/codecscontainers.page |    2 +-
 help/C/mainwindow.page       |    2 +-
 help/C/trimming.page         |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/help/C/codecscontainers.page b/help/C/codecscontainers.page
index be84777..16cb8bd 100644
--- a/help/C/codecscontainers.page
+++ b/help/C/codecscontainers.page
@@ -26,6 +26,6 @@
     <p><em>Codecs</em> are ways of "coding" and "decoding" streams. Their job is typically to compress data 
(and decompress it when playing it back) so that you can store and transmit files with a smaller filesize. 
There are many codecs available out there, each with their strengths, weaknesses and peculiarities, and 
choosing the right codec with the right settings for the right situation is close to be a form of art in 
itself.</p>
     <figure>
         <title>The relationship between containers and codecs</title>
-        <media type="image" mime="image/jpg" src="figures/codecscontainers.jpg"/>
+        <media type="image" mime="image/jpg" src="figures/codecscontainers.jpg" width="780"/>
     </figure>
 </page>
diff --git a/help/C/mainwindow.page b/help/C/mainwindow.page
index 6d1618c..01c12f3 100644
--- a/help/C/mainwindow.page
+++ b/help/C/mainwindow.page
@@ -29,7 +29,7 @@
       <figure>
        <title><app>Pitivi</app> main window</title>
        <desc>The main window, as the name implies, is the window containing the main components of the 
<app>Pitivi</app> user interface, namely: the menu bar, the toolbars, the timeline and various customizable 
components (media library, previewer, effects library, transitions library, etc.).</desc>
-        <media type="image" src="figures/mainwindow.jpg" mime="image/jpg" style="right">
+        <media type="image" src="figures/mainwindow.jpg" mime="image/jpg" style="right" width="780">
         </media>
       </figure>
 
diff --git a/help/C/trimming.page b/help/C/trimming.page
index 57b88d0..044fbb7 100644
--- a/help/C/trimming.page
+++ b/help/C/trimming.page
@@ -41,7 +41,7 @@
        <figure>
         <title>Before</title>
         <desc>Relative position of two adjacent clips before ripple editing</desc>
-        <media type="image" src="figures/ripple-before.png" mime="image/png" style="right"></media>
+        <media type="image" src="figures/ripple-before.png" mime="image/png" style="right" 
width="780"></media>
        </figure>
        <figure>
         <title>After</title>
@@ -72,12 +72,12 @@
        <figure>
         <title>Before</title>
         <desc>Relative position of two adjacent clips before roll editing</desc>
-        <media type="image" src="figures/roll-before.png" mime="image/png" style="right"></media>
+        <media type="image" src="figures/roll-before.png" mime="image/png" style="right" width="780"></media>
        </figure>
        <figure>
         <title>After</title>
         <desc>Relative position of two adjacent clips after roll editing</desc>
-        <media type="image" src="figures/roll-after.png" mime="image/png" style="right"></media>
+        <media type="image" src="figures/roll-after.png" mime="image/png" style="right" width="780"></media>
        </figure>
        <note>
         <p>Roll editing affects all adjacent clips, regardless of whether or not they are on the same 
layer.</p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]