see live demo!

Not signed in (Sign In)

Categories

 

buy Monoslideshow

via PayPal / credit card

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorkosmik
    • CommentTimeNov 18th 2009
     permalink

    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

    •  
      CommentAuthorchristophvl
    • CommentTimeNov 19th 2009 edited
     permalink

    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

    • CommentAuthorkosmik
    • CommentTimeNov 19th 2009
     permalink

    Hi christoph,
    thank you for the fast answer. Does this instruction work for Monoslideshow 1.0?
    Regards, Kosmik

  1.  permalink

    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

    • CommentAuthorkosmik
    • CommentTimeNov 19th 2009
     permalink

    Great, Thank you so much!!!

monokai logo © 2009 Monokai, all rights reserved. Buy Monoslideshow.