via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
I am trying to get my video to not zoom in while playing.
<video source="ikon.flv" title="" description="" target="_new" link="http://www.fightikon.com/" />
So far my own efforts have come up with failure. I read in the hlp you can set a configuration for different albums but I cant seem to get it to work
My XML which is working but the video is being zoomed:
<?xml version="1.0" encoding="utf-8"?>
<!--
Monoslideshow 2.0 configuration file
Please visit http://www.monoslideshow.com for more info
-->
<album itemPath="album/images">
<configuration>
<transition easing="easeIn" kenBurnsMode="randomZoomIn" kenBurnsStrength="0.40" kenBurnsTime="8" type="focusFade" />
<controller type="none">
<scrubBar />
<shadow />
</controller>
</configuration>
<contents>
<video source="ikon.flv" title="" description="" target="_new" link="http://www.fightikon.com/" />
<image source="photo1.jpg" title="Daitan Jackson" description="ISKA European Muay-Thai Champion" />
<image source="photo2.jpg" title="MMA" />
<image source="photo10.jpg" title="Muay Thai" />
<image source="photo3.jpg" title="Little Ninjas" description="Monday, Wednesday & Friday" />
<image source="photo4.jpg" title="MMA" />
<image source="photo5.jpg" title="Junior Muay Thai" />
</contents>
</album>
My website: http://salfordfightfactory.com/
Thanks for your help :)
because its a live site I have changed the kenBurnsStrength="0.40" to kenBurnsStrength="0.00" as a stop gap as it looks better
look at page 22 and perhaps set a different transition or fadeout on only the video. The way I understand it, if you have global commands set in the album config, those commands will apply to all items in the album UNLESS an item has different settings. Then the item that has a different command will execute that one instead and then the global commands will take over when there is no alternative commands.
I hope this is understandable.
I have not tested but I believe this would work for you.
<video source="ikon.flv" title="" description="" target="_new" link="http://www.fightikon.com/" >
<configuration>
<caption />
<progress />
<transition kenBurnsMode="none" />
</configuration>
</video>
You are a STAR! - Thank you very much - I was playing about and could not make that leap just by using the docs.
It looks like I had tried 2 sets of global configurations (if that makes sense) Thanks
1 to 4 of 4