With Slickr Flickr Standard Edition you can control the size of a slideshow by placing it in a ‘DIV’ element that constrains the slideshow dimensions. In the Pro Edition you can get the same affect more easily using the ‘height’ and ‘width’ parameters. This feature is particularly useful when you have odd sized photos (not […]
Specify Thumbnail Highlight Color in a Flickr Gallery
With Slickr Flickr Pro you can change the border color that appears when the cursor is moved over a thumbnail without having to change CSS. This allows you to easily change the border highlight color to reflect the color of your WordPress theme. The following examples show that the border color can be set on […]
Unlimited Photoset Photos
Slickr Flickr standard edition returns up to 50 photos from a photoset but with Slickr Flickr Pro you can display the entire photoset. In this example we are fetching 100 photos about the String Band and Maroon Festival on Carriacou: The code looks like this: slickr-flickr search=”sets” id=”49536551@N05″ set=”72157626323561341″ type=”gallery” items=”100″ Maroon String Band Festival […]
Unlimited Slideshow Photos
Slickr Flickr standard edition returns up to 50 photos per slideshow but with Slickr Flickr Pro you can display an unlimited number of photos in a slideshow. In this example we are fetching 70 of photos from the Sunset group: The code looks like this: slickr-flickr search=”groups” id=”90631221@N00″ type=”slideshow” items=”70″ Sunsets Group Slideshow (70 photos)
Unlimited Gallery Photos
Slickr Flickr standard edition returns up to 50 photos per gallery but with Slickr Flickr Pro you can display an unlimited number of photos in a gallery In this example we are fetching 60 of photos from My Favorites: The code looks like this: slickr-flickr search=”favorites” type=”gallery” items=”60″ Gallery of My Favorites (60 photos)