It's unclear to me how to use the textholderHeight option of the Carousel. Does the command go in a JSON file or does it go between the script calls in the html? I haven't been able to get either to work successfully.
If it does go in a JSON file, do I call that file using the within the script section after the call to the plugin, like this:
<script type="text/javascript">// <![CDATA[
WDN.initializePlugin('carousel');
WDN.carousel.supportJSON = 'carouselJSON.js';
// ]]></script>
Currently carouselJSON.js is a text file with the single line:
WDN.carousel.textholderHeight = .05;
The page I'm developing is currently at <http://unlcms.unl.edu/schoolofbiologicalscience/cbrassil/>. I'm using Firefox 4.0.1 on a Windows 7 machine.
Thanks,
Chad
cbrassil2@unl.edu
