Download
for Windows OS
  Download
for Mac OS
  More Demos

Output source code added a lot of extra space on the final swf and index files in free 3d slideshow

Q: I use free 3d slideshow. I'm wondering why the Publish setting always add extra space to the swf files, e.g. the property setting is 700px (width) and 300px (height), however the output source code added a lot of extra space on the final swf and html files.
How can I maintain the original height and width?

A: These spaces are added, because images have zoom effect during transition.
So, if you set the same values (for example, 700x300) for free 3d slideshow container, some parts of your images will be cropped during transition.

If you want remove extra space or reduce sizes of Cu3ox container, you can do it manually in generated html code.
Open your page in any text editor (for example, Notepad), find following lines:

<!-- Start CU3OX.com BODY section id=1 -->
<div id ="cu3ox" style="width:1050px;height:430px;margin:0 auto;">
  <div id ="cu3ox1"></div>



and set values you need for "width" and "height" parameters.

Recent Questions »

Comments

No comments

Related