1
0

Fix for height of thumbs.

This commit is contained in:
Fredrik Erlandsson 2011-11-17 09:01:11 +01:00
parent 5c21b24ff4
commit cad037628c

View File

@ -533,7 +533,7 @@ function bodyLoad(vm, bgcolor) {
if ($.browser.msie && $.browser.version >= 8) {
sib_height = sib_height + 1;
}
$(this).css({"height": sib_height, "position": "", "top": "", "left": ""});
$(this).css({"height": "", "position": "", "top": "", "left": ""});
// Remove the placeholder and hover class from the item
$(this).removeClass("g-hover-item");
$("#g-place-holder").remove();