Topic: Main image not showing up in some browsers
My thumbnails are showing up, but not my main image in some browsers. This might be a size issue since the image shows up when I'm looking at the page on my 27" imac, but not when I'm viewing the page from my 13" laptop (both viewing in Safari), neither do the main images show up when viewing it from my work computer (PC, Firefox).
Url: http://www.bobscottartwork.ca - Images aren't showing up for any of the galleries
I'm using svbuilder to build my simple viewer scripts which are all:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "FFFFFF", true );
});
</script>
</div>
<div id="sv-container"></div>
<p align="center">
<!-- END SIMPLEVIEWER EMBED -->
I recently re-did the site. The old site had no problem with simple viewer so I don't think it's the sv script, it's more possible it's something on my site, so you may have to View Source to see? I don't know...! Thanks