Sample Code slickr-flickr id=”65354861@N02″ search=”sets” set=”72157626872056351″ items=”50″ type=”galleria” How It Looks
Displaying Private Photos
Public Photos slickr-flickr tag=”france” type=”gallery” items=”25″ Private Photos slickr-flickr type=”gallery” tag=”france” private=”on”
Large Thumbnails Of Fixed Height
Troy: I am trying to display image thumbnails that vary between portrait and landscape without distorting the images. I have successfully done this by editing the slickr-flickr-public.php file and creating a custom thumbnail size that specifies the height and deletes the width. This works well in Chrome and Firefox, but it of course fails in […]
New Lines Stripped from Descriptions
Objective: To investigate how descriptions with line breaks are displayed with tagged photos and photoset photos Fetching Tagged Photos With Descriptions slickr-flickr id=”69561361@N05″ tag=”medicine bottles” type=”gallery” captions=”on” descriptions=”on” align=”center” items=”14″ photos_per_row=”7″ Fetching A few Photoset Photos With Descriptions slickr-flickr id=”69561361@N05″ search=”sets” set=”72157627961825001″ type=”gallery” captions=”on” descriptions=”on” align=”center” items=”14″ photos_per_row=”7″ Fetching Many Photoset Photos With Descriptions slickr-flickr […]
Not All Photos Available After Upgrading to Pro
Example of fetching 75 photos from tag “rings”: slickr-flickr id=”60475016@N07″ tag=”rings” items=”75″ type=”display” Only 49 photos are being displayed at the time of writing Oct 27th. Photos uploaded since September 22nd are not appearing; the older photos are present. I believe this is the eternal “Flickr server synchronization” issue where recent photos go missing for […]
Large Photos
Fetching 20 photos using the RSS feed slickr-flickr id=”65155868@N05″ size=”large” Fetching 30 photos using the API feed slickr-flickr id=”65155868@N05″ size=”large” items=”30″ before=”today”
Resizing a Small Slideshow
The above small slideshow has a default size. The above small slideshow has a specified size of 180px. The above small slideshow has a specified size of 180px and has captions off. Clearly this creates too big a gap. The Slickr Flickr code does not take into account that captions can be off. I will […]
Hundreds of Photos in A Gallery
Here is a gallery with 250 photos [code]slickr-flickr id="12807790@N05" tag="emerald city" type="gallery" items="250" before="today"[/code]
Slideshow LightBox Example
[code]slickr-flickr type="slightbox" thumbnail_size="medium" size="m640" search="sets" set="72157623856115368" autoplay="off"[/code]
Large Galleria Problems
NOTE: The following issue is relevant up to Slickr Flickr 1.29 – it is resolved from Slickr Flickr 1.30 onwards Most Galleria themes automatically calculate their required size based on the photos. The exception is the default ‘classic’ theme where you need to specify the height and width specifically. For small, medium and medium 640 […]