Topic: Image sizing issues with simpleviewer/flickr/blogger
Here's the url for the test gallery:
It's "ok", but I'd really prefer the main images to be larger, flush with the edges of the thumbnails. I can't seem to get them to increase, no matter what I try.
I have the flickr.xml uploaded to a webhosting account:
<?xml version="1.0" encoding="UTF-8"?>
<!-- OPTIONS SUPPORTED BY STANDARD SWF -->
<simpleviewergallery
title="Buster and Penny"
textColor="FFFFFF"
frameColor="FFFFFF"
thumbPosition="BOTTOM"
galleryStyle="MODERN"
thumbColumns="8"
thumbRows="1"
showOpenButton="FALSE"
showFullscreenButton="FALSE"
frameWidth="0"
maxImageWidth="1000"
maxImageHeight="1000"
imagePath="images/"
thumbPath="thumbs/"
useFlickr="true"
flickrUserName="alexremy"
flickrTags="simpleviewer"
languageCode="AUTO"
languageList=""
>
</simpleviewergallery>
This is the simpleviewer code for the blogger post:
<object height="570" width="800"><param name="Movie" value="http://ariawebdesign.net/simpleviewer/busterandpenny/simpleviewer.swf">
<param name="Flashvars" value="xmlDataPath=http://ariawebdesign.net/simpleviewer/busterandpenny/flickr.xml">
<param name="bgcolor" value="#FFFFFF">
<embed src="http://ariawebdesign.net/simpleviewer/busterandpenny/simpleviewer.swf" flashvars="xmlDataPath=http://ariawebdesign.net/simpleviewer/busterandpenny/flickr.xml" type="application/x-shockwave-flash" bgcolor="#FFFFFF" height="570" width="800"></embed></object>
The main body width on my site is 800 pixels, so that shouldn't be affecting the image size. You can see a full sized image, minus the gallery, here:
Also, here's a link to one of the flickr images, you can see it's much larger than the one appearing in the gallery:
Any ideas? I've run out.