mirror of
https://github.com/pinry/pinry.git
synced 2026-01-29 18:49:27 +01:00
Merge pull request #27 from DeCarabas/master
Fix it so that pins show up on IE.
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user