I've set up galleria with slickr flickr for wordpress. I've made it so the main gallery image (size: medium 640) can open into a lightbox when clicked. But the problem is that the image in the lightbox is no bigger than the image on the page. How can I get the lightbox to show the "original" size image from flickr?
Heres an example of how the code is generated:
<div id="flickr_caiyuan_422" class="slickr-flickr-galleria landscape m640 custom">
<ul><li class="active">
<a href="http://farm4.static.flickr.com/3595/3636422935_7867b9cd7e_z.jpg">
<img src="http://farm4.static.flickr.com/3595/3636422935_7867b9cd7e_s.jpg" alt="
<p>Sample description.<br /> 样品描述</p>" title="Sample Title / 样品标题" />
</a></li>
The rest of the list doesn't have a class. The image ending in _s is the thumbnail, _z is the medium image that displays on the page. I need a way to then load the original, _o, in the lightbox instead of the medium image again. Is this doable?
Heres the site page: http://occa-art.com/artists/cai-yuan/flickr/
Thanks!