When I try and load mobile it loads about 20 images then just hangs up and will not load anymore. tried on ipad and iphone.
I have tried loading your gallery on my iPod Touch and all 83 thumbnails are displayed.
I also tried disabling Adobe Flash Player in by computer browsers and the Mobile Player displayed all 83 thumbnails again.
Try clearing your browser's cache before reloading the gallery.
Spacing also seems off and it crops part of the image.
Your gallery does not seem cropped when viewed on my iPod Touch. Make sure you are zoomed out as far as possible.
I would also like the fullscreen option, but I can not figure out how to embed without an iframe.
Replace:
<iframe src="http://www.willpursell.com/portfolios/wedding/index.html" frameborder="0" scrolling="no" width="900" height="725"></iframe>
... with:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars={};
flashvars.baseURL="http://www.willpursell.com/portfolios/wedding/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
The baseURL method of embedding a gallery is documented here: http://simpleviewer.net/simpleviewer/su … l#external
I am using an iframe to put into a wordpress website.
Alternatively, you could create your gallery using WP-SimpleViewer within the WordPress Dashboard and the correct embedding code will be entered automatically for you.
Please see here for details: http://simpleviewer.net/simpleviewer/su … pleviewer/
Steven Speirs
SimpleViewer Support Team