Topic: Max Pictures?/Picture Limits?
Hello,
I am using SimpleViewer v2 pulling 53 images from a FLICKR gallery down to my site. Everything works well except that I can only view 50 of the 53 images.
I have no tag filters so it should be pulling every single image. I have the following code for my gallery.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery
galleryStyle="MODERN"
title=".portrait"
textColor="0xffffff"
frameColor="0xffffff"
frameWidth="15"
thumbPosition="BOTTOM"
thumbColumns="10"
thumbRows="1"
showOpenButton="FALSE"
showFullscreenButton="TRUE"
maxImageWidth="1000"
maxImageHeight="1000"
useFlickr="TRUE"
flickrUserName="MYFLICKRNAMEISHERE"
flickrTags=""
languageCode="AUTO"
languageList=""
>
</simpleviewergallery>
Is this a limitation by SimpleViewer or Flickr? I am wondering if SimpleViewer limits to 5 pages since I have 10 columns and 1 row, essentially showing a long row of thumbs along the bottom border of the .swf that goes for 5 pages but stops at the fifth page even though it should technically show 3 more images...or does Flickr only let me pull down so many images without a 'pro' membership.