jcdesigns
07-30-2012, 08:46 PM
I am trying to get the slideshow image to display correctly. It has been cutoff and not the full size. Can anyone please let me know how I can correct this. See link below. Thanks
http://www.trademarkspecialassets.com/wyzefb.html
jscheuer1
07-31-2012, 08:14 AM
The dimensions given in trademarkspecialassets.com/wyze/engine/js/visualslideshow.js at the end are not proportional:
VisualSlideShow({"duration":1100,"delay":7500,"id":"show","width":460,"height":160,"captions":true,"controller":true,"thumbnails":false,"loop":true,"paused":false,"effect":"Push"});
Using a text only editor like NotePad, change the width to 498 and they will be.
Or, change both the width and the height to the native dimensions ("width":700,"height":225). Then they will of course be proportional, and the slideshow will be full size.
Once they are proportional, cropping will no longer occur.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.