via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi, I like the KenBurns Effekt RandomZoomIn.
The Zoom in effect is not centered, which is usualli not a problem or
sometimes nice, but now I have a certain Slideshow where the Zoom
point should be exactly in the middle of the Stage. How to do it (in Monoslideshow 1)
Thank you and best Regards
Kosmik
You will need to define coordinates for the beginning and the end of the zoom effect (see p.22 in the manual). Note these coordinates need to be defined in relation to the unscaled image.
Example:
Your images are 600x400 pixels, and you want to define a centered zoom.
You would use something like
<image source="CVL_6133.jpg" description="Test">
<configuration>
<transition kenBurnsStartRectangle="0,0,600,400" kenBurnsEndRectangle="150,100,300,200"/>
</configuration>
</image>
where
150 = horizontal distance from left side of end rectangle
100 = vertical distance from top of end rectangle
300,200 = size of end rectangle.
Of course, those figures are just examples.
Hope this helps,
Christoph
Hi christoph,
thank you for the fast answer. Does this instruction work for Monoslideshow 1.0?
Regards, Kosmik
Ah, no.
For MSS 1.0 you need the following (same figures as above):
<album imagePath="images" thumbnailPath="thumbs" thumbnail="thumbs/" title="Page Title" description="Gallery Description">
<img src="JK0V2508.jpg" title="" description="Test" kenBurnsStart="0,0,600,400" kenBurnsEnd="150,100,450,300"/>
here all parameters are coordinates (top left x, top left y, bottom left x, bottom left y) and not (x,y,widht,height) as in MSS 2.0.
Christoph
Great, Thank you so much!!!
1 to 5 of 5