{{#liquid-wormhole class="unsplash"}}
{{inline-svg "close"}}

Unsplash

Beautiful, free photos.
Gifted by the world’s most generous community of photographers. 🎁

{{inline-svg "search"}} {{gh-input unsplash.searchTerm class="gh-unsplash-search" type="text" name="searchKeyword" placeholder="Search free high-resolution photos" tabindex="1" autocorrect="off" update=(action "updateSearch" target=unsplash) }}
{{#if unsplash.photos}}
{{#each unsplash.columns as |photos|}}
{{#each photos as |photo|}} {{gh-unsplash-photo photo=photo zoom=(action "zoomPhoto") insert=(action "insert")}} {{/each}}
{{/each}}
{{else if (and unsplash.searchTerm (not unsplash.error unsplash.isLoading))}}
No photos found

No photos found for '{{unsplash.searchTerm}}'

{{/if}} {{#if unsplash.error}} {{!-- TODO: add better error styles? --}}
Network error

{{unsplash.error}} (retry)

{{/if}} {{#if unsplash.isLoading}}
{{/if}} {{gh-scroll-trigger onEnterViewport=(action "loadNextPage") triggerOffset=1000}}
{{#if zoomedPhoto}}
{{gh-unsplash-photo photo=zoomedPhoto zoomed=true zoom=(action "closeZoom") insert=(action "insert")}}
{{/if}} {{/liquid-wormhole}}