Forums
(@jalessi)
8 years, 11 months ago
Yes, you can check out SocketLabs. SocketLabs has free plans available. Here is a link to the signup form:
https://www.socketlabs.com/signup
14 years, 6 months ago
The change needs to be made to line 159 in interface.php. It looks something like this:
$item->image = $flickr->buildPhotoURL($photo, ‘medium’);
Change it to:
$item->image = $flickr->buildPhotoURL($photo, ‘large’);