The standard landscape slideshow is sized with a height of 400px for normal display and with a height of 450px if you want to include descriptions in the caption beneath the photo.
However if you have non standard size photos then this can cause layout issues with the odd large or portrait photo overlapping the text below.
With Slickr Flickr Pro you can specify the height and width of slideshow and all photos will be constrained within these dimensions
[code]
height="yyy" width="xxx"
[/code]
In this example I want to have a large slideshow similar to that produced by Flickr which is around 800 by 600px in size. The challenge is that Flickr gives photos at 640 by 480px (Medium 640) which is too small, and 1024 by 768 (Large) which is too big
Standard Slickr Flickr Edition Slideshow
With the standardedition of Slickr Flickr the best we can do is use the Medium 640 format. Note also the space at the bottom of the slideshow as these photos are not the standard 640 by 480px (4:3) but 640px by 360px (16:9) – wide screen format.
[code]slickr-flickr tag="slickrflickrslideshow" type="slideshow" items="6" size="m640"[/code]
Example of Slickr Flickr Pro Edition Slideshow With Defined Height and Width
With the Pro edition we can create a scaled version of the “large” photo and set the width and the height of the slideshow so the photos are constrained in size. Note that that the width and height have been set to accommodate the 16:9 ratio of the photos and hence there is not a large amount of white space beneath the slideshow.
[code]slickr-flickr tag="slickrflickrslideshow" type="slideshow" items="6" size="large" width="800" height="450" border="on" bottom="20"[/code]
I will follow up with a video tutorial in the next few days
Leave a Reply