Adding a new descriptor template
This commit is contained in:
@@ -993,7 +993,7 @@ function showbigimage(i) {
|
||||
$('#imagesingle').css('height',height);
|
||||
} else { // is image
|
||||
$('#imagecontainer').html('<div id="imagebig">'+linkToBig+
|
||||
'<img id="imagesingle" src="'+mediumstr+'"></a></div>');
|
||||
'<img id="imagesingle" src="'+mediumstr+'" title="'+titlestring(imagedesc[i])+'"></a></div>');
|
||||
$('#imagesingle').css('max-width',width);
|
||||
$('#imagesingle').css('max-height',height);
|
||||
if ($.browser.msie) { // IE does not work with max*
|
||||
|
||||
Reference in New Issue
Block a user