Flickr’s API is returning a default mosaic for you. Take a look here. You can pass 72157716085897202
as your collection id, and 188989364@N08
as your user id. You can either pass your API key, or sign the call as yourself, and click on “Call Method”. You will see this:
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
<collections>
<collection id="188896551-72157716085897202" title="Algemeen" description="" iconlarge="https://combo.staticflickr.com/pw/images/collection_default_l.gif" iconsmall="https://combo.staticflickr.com/pw/images/collection_default_s.gif">
<set id="72157715900694651" title="Uurrecord December 2019" description="" />
<set id="72157715900257371" title="Uurwedstrijd 2019" description="" />
<set id="72157715900881698" title="Mini-Elfstedentocht 2019" description="Foto impressie van de op 12 januari 2019 verreden Mini-Elfstedentocht" />
<set id="72157715904680192" title="Mini-Elfstedentocht 2018" description="Foto impressie van de op 6 januari 2018 verreden Mini-Elfstedentocht" />
</collection>
</collections>
</rsp>
You can try the above for any of your collections.
Note the values for iconlarge
and iconsmall
– they both point to default images, and Flickr is not returning your true mosaic. This is a problem at Flickr’s end. One option is to disable the thumbnails for the headers when you are generating your galleries.