I notice that your gallery's embedding code in enclosed in two sets of <p></p> tags and includes two <br /> line breaks which is likely to be causing the white space above the gallery.
<p><!--START SIMPLEVIEWER EMBED.--><br />
<script type="text/javascript" src="http://laurashoe.com/sv_galleries/composites_sv/svcore/js/simpleviewer.js"></script><br />
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://laurashoe.com/sv_galleries/composites_sv";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "ffffff", true, flashvars);
});
</script></p>
<div id="sv-container"></div>
<p><!-- END SIMPLEVIEWER EMBED --></p>
To prevent WordPress from 'formatting' your embedding code, you may need to install and use a plugin such as Raw HTML: http://wordpress.org/extend/plugins/raw-html/
In the mobile version, the images are being enlarged, so they are not sharp. Any way to restrict them to their original sizes.
No. The only customization options available to the Mobile Player are here: http://simpleviewer.net/simpleviewer/pr … tml#mobile
The best course of action might be to feed SimpleViewer higher quality images.
The white space above the gallery from simpleviewer is actually blocking part of my Photo Gallery drop down menu... how much varies.
Please see this FAQ for details: http://simpleviewer.net/simpleviewer/su … ml#embed_5
Essentially, use the following embedding code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://laurashoe.com/sv_galleries/composites_sv/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://laurashoe.com/sv_galleries/composites_sv";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "transparent", true, flashvars);
});
</script>
<div id="sv-container" style="background-color: #ffffff;"></div>
<!-- END SIMPLEVIEWER EMBED -->
Steven Speirs
SimpleViewer Support Team