@@ -250,6 +250,10 @@ ul.searchOptionLabels li {
border-radius: 0px;
}
+img.thumbnail {
+ width: 100px;
+}
+
.thumbnail {
background-position: 50% 50%;
background-repeat: no-repeat;
@@ -216,7 +216,8 @@ $(function() {
loadImage(img, url, --limit);
}, IMG_LOADING_DELAY);
} else {
- $(img).attr('src', contextPath + "/images/noimage.png");
+ // $(img).attr('src', contextPath + "/images/noimage.png");
+ $(img).parent().css('display', 'none');
imgData = null;
});