Hi Cory,
First I’d like to say that you have a great website (and portfolio), congrats :)
When it comes to Ajax and Responsive Lightbox, it’s not working out of the box but this could be done using jQuery .on() function. Try changing some code in js/front.js file.
Right after:
jQuery(document).ready(function($) {
Insert this:
$(document).on('mousedown', 'a[rel*="'+rlArgs.selector+'"]', function() {
And close the brackets before the end of the script – just put });
Hope it helps.