functions.js
if( deviceSmallest == 0 && $(this).hasClass('wide') ) { var elementSize = ( postWidth*2 ); } else { var elementSize = postWidth; }
It does not load the page completely, and leaves the small images there and I manually forced the width of at elementSize = 466, but causes other problems.
