fixes for IE9, may change
This commit is contained in:
@@ -994,6 +994,8 @@ function showbigimage(i) {
|
||||
'<img id="imagesingle" src="'+mediumstr+'"></a></div>');
|
||||
$('#imagesingle').css('max-width',width);
|
||||
$('#imagesingle').css('max-height',height);
|
||||
$('#imagesingle').css('width','auto');
|
||||
$('#imagesingle').css('height',height);
|
||||
}
|
||||
$('#imagecontainer').css('height',height);
|
||||
|
||||
@@ -1005,7 +1007,7 @@ function showbigimage(i) {
|
||||
var options = {
|
||||
zoomType: 'innerzoom',
|
||||
preloadImages: false,
|
||||
alwaysOn:true,
|
||||
alwaysOn:true
|
||||
};
|
||||
$('#imagesingle').css('width',width);
|
||||
$('#imagesingle').css('height',height);
|
||||
@@ -1068,7 +1070,8 @@ function preloadcheck() {
|
||||
$('#desccontainer').css('background-color',"rgb("+colorValue+","+colorValue+","+colorValue+")");
|
||||
if (imgs.length==completed) {
|
||||
clearInterval(preloader);
|
||||
$('#desccontainer').css('background-color',"rgba(255,255,255,0)");
|
||||
//$('#desccontainer').css('background-color',"rgba(255,255,255,0)"); FIX for IE
|
||||
$('#desccontainer').css('background-color',"rgb(255,255,255)");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -238,6 +238,7 @@ iframe {
|
||||
margin-left:0;
|
||||
margin-bottom: -16px;
|
||||
margin-top: 1px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.zoomPad{
|
||||
|
||||
Reference in New Issue
Block a user