Topic: Problem with different Image-sizes
Hello,
i´ve got a Problem with Simpleviewer.
I´ve made a new Gallery, with Photos, which are 1024x768 and some Photos are 640x480.
When I open the index.html on my local Computer, all thumbs and pictures are shown correctly but when I upload the Gallery on my Webspace only the Picures, with the 1024x768 resolution are shown, the Pictures with 640x480 are displayed with a big white X.
My Configuration in the gallery.xml:
<simpleviewergallery maxImageWidth="1024" maxImageHeight="1024" textColor="0xFFFFFF" frameColor="0xFFFFFF" frameWidth="20" stagePadding="40" navPadding="40" thumbnailColumns="3" thumbnailRows="3" navPosition="left" vAlign="center" hAlign="center" title="abc" enableRightClickOpen="false" backgroundImagePath="" imagePath="" thumbPath="">
I´ve got no Idea, what causes the Problem...
Dennis