 design
|
I can not get my thumbnails to show a black box show where the picture should be. The main picture shows. How do I list them in the gallery.xml? This is what I have so far <?xml version=”1.0″ encoding=”UTF-8″?>
<gallery
maxImageWidth=”600″
maxImageHeight=”600″
thumbWidth=”50″
thumbHeight=”50″
imageFit=”normal, crop”
textColor=”0X0000000″
frameColor=”0X0000000″
frameWidth=”2″
stagePadding=”10″
thumbnailColumns=”6″
thumbnailRows=”4″
navPosition=”bottom”
imagePath=”album1/images/”
thumbPath=”album1/thumbs/”
autoPlay=”false”
slideInterval=”5″
imageDefaultLink=”none,self”>
<image>
<filename href=”http://www.google.com”>comm1.jpg</filename>
<caption>Caption 1</caption>
</image>
<image>
<filename href=”http://www.yahoo.com”>comm2.jpg</filename>
<caption>Caption 2</caption>
</image>
<image>
<filename>comm3.jpg</filename>
<caption>Caption 3</caption>
</image>
<image>
<filename>comm4.jpg</filename>
<caption>Caption 4</caption>
</image>
<image>
<filename>comm5.jpg</filename>
<caption>Caption 5</caption>
</image>
</gallery>
|
 veppa
|
Make sure your images comm1.jpg, comm2.jpg … are in album1/thumbs/ folder. And make sure that those images are really jpg. open one of them in photoshop and save for web in jpg fomrat and check if you still have same problem.
|