Tech, Administrators
12,450
edits
Bongolium500 (talk | contribs) No edit summary |
Bongolium500 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
$('.blur-image').each(function(i, obj) { | |||
var img = $(obj).find(.thumbimage); | |||
var width = $(img).width(); | |||
var height = $(img).height(); | |||
$(obj).find(".thumbinner").append($("<div></div>").text("Click to view .").width(width).height(height).css("color":"white", "background-color":"black")); | |||
}); | }); |