Merge pull request #27 from DeCarabas/master

Fix it so that pins show up on IE.
This commit is contained in:
Isaac Bythewood
2012-05-11 06:49:59 -07:00

View File

@@ -61,7 +61,7 @@ $(window).ready(function () {
image = data[i];
html += '<div class="pin">';
html += '<a class="fancybox" rel="pins" href="'+image.image+'">';
html += '<img src="'+image.thumbnail+'" width="200" height="'+Math.round(image.height/image.width*200)+'">';
html += '<img src="'+image.thumbnail+'" width="200" >';
html += '</a>';
html += '<p>'+image.description+'</p>';
html += '</div>';