I am not using Wordpress.
This is a great theme. Everything works on the initial load of the page, but when I dynamically add via ajax the following HTML to the page, the images do not load. The 'downloading spinner' displays and is never replaced with the actual image. Hover also doesn't work. I'm assuming there's a bit of Javascript that is fired when the page loads that I need to manually call, I'm just at a loss as to what that is. Any help would be greatly appreciated. Thanks!
<div class="gallery_entry">
<div class="gallery_inner">
<a class='preloading gallery_image' href="single_gallery.html">
<img src="http://farm1.static.flickr.com/53/129060069_030f9b5136_z.jpg" alt="" class='item_small'/>
<img src="http://farm1.static.flickr.com/53/129060069_030f9b5136_z.jpg" alt="" class='item_big no_preload'/>
</a>
<div class='gallery_excerpt'>
Sed do eiusmod tempor incididunt ut labolore magna, consectetur adipisicing elit, sedr incididunt ut.
</div>
</div>
</div>














