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.
    • CommentAuthoreyalts
    • CommentTimeJun 3rd 2009
     permalink

    Can I start with full picture and after a specified time period the Monoslideshow will zoom in to a specific area in the picture?
    The above request is for every picture in an automatic slideshow, so no manual interference will be needed.

    •  
      CommentAuthorchristophvl
    • CommentTimeJun 3rd 2009 edited
     permalink

    Yes:
    1) In the preferences, set kenBurnsMode="none" and imagePause as well as kenBurnsTime to the (same) value for the Ken Burns effect.
    2) For every image, make two (not one) entry in the xml.
    3) To the first instance of each image, add imagePause="3" or however long the image shall not be zoomed in.
    4) For the second instance of each image, set kenBurnsStart="0,0,x,y" where x and y are the width and height of your image (of the original, unscaled image as it will be on your webserver)
    5) Set kenBurnsEnd="x1,y1,x2,y2" where x1 and y1 are the top left corner of your zoomed in picture and x2 and y2 the bottom right.

    Example for images assumed to be 300x200 pixels to be zoomed in 50 %:
    <code><img src="001.jpg" title="Title" description="Description" imagePause="3"/>
    <img src="001.jpg" title="Title" description="Description" kenBurnsStart="0,0,300,200" kenBurnsEnd="75,50,225,150" />
    <img src="002.jpg" title="Title" description="Description" imagePause="3" />
    <img src="002.jpg" title="Title" description="Description" kenBurnsStart="0,0,300,200" kenBurnsEnd="75,50,225,150" />
    and so on.</code>

    You may need to fine tune the transition time and effect, but that shouldn't be a problem.
    Ok?
    Christoph

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