Hi there,
I’m trying to use Lumis’ EE Flickr module to create a larger image based off of which thumbnail is chosen. I’ve been successful in creating the thumbnails for a particular photo set, but cannot seem to figure out how to get the larger image to appear off the thumbnail. This is my current code:
{exp:eeflickr:photosets_getPhotos photoset_id="72157606971653116" page="{segment_3}" per_page="5"}
{eeflickr:photosets_getPhotos_paging}
{exp:eeflickr:paginate page="{page}" pages="{pages}" perpage="{perpage}" total="{total}" max_links="2"}
Page {current_page} of {total_pages} pages {if current_page != "1"}<a href="http://{first_page_url}">«</a> <a href="http://{prev_page_url}">Previous</a>{/if}
{pagination_links}
{if current_page != total_pages}<a href="http://{next_page_url}">Next</a> <a href="http://{last_page_url}">»</a>{/if}
{/exp:eeflickr:paginate}
{/eeflickr:photosets_getPhotos_paging}
{eeflickr:photosets_getPhotos_loop}
<a href="http://farm{farm}.static.flickr.com/72157606971653116/{id}/">http://farm{farm}.static.flickr.com/{server}/{id}_{secret}_s.jpg</a>
{/eeflickr:photosets_getPhotos_loop}
{exp:eeflickr:photosets_getInfo photoset_id="72157606971653116"}
<img src="http://farm{farm}.static.flickr.com/{server}/{id}_{secret}.jpg" alt="" />
{/exp:eeflickr:photosets_getInfo}
{/exp:eeflickr:photosets_getPhotos}
The pagination and thumbnails are working fine, but perhaps I’m not using the right call for the photo gallery large image. Anyone have any suggestions?
Thanks!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.