Anonymous

User:Bongolium500/common.js: Difference between revisions

From Jenny Everywhere Wiki
no edit summary
No edit summary
No edit summary
Line 6: Line 6:
var width = $(img).width();
var width = $(img).width();
var height = $(img).height();
var height = $(img).height();
    $(obj).find(".thumbinner").append($("<div></div>").text("Click to view.").width(width).height(height).css("color", "white").css("background-color", "black"));
    $(obj).find(".thumbinner").append($("<div></div>").text("Click to view.").width(width).height(height).addClass("imagecover"));
});
});
});
});
12,450

edits