Cambiato script per mostrare immagine

This commit is contained in:
Riccardo Di Dato
2016-03-18 22:44:04 +01:00
parent ba7bc2d00c
commit 6caa2d1d01
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -69,9 +69,9 @@ function previewImage(imageSrc){
$('.imageOverlay').css("display","block");
$('.clickableImageContainer').css("display","block");
// $('#clickImage').focus();
$('html, body').animate({
scrollTop: $("body").offset().top
}, 1000);
// $('html, body').animate({
// scrollTop: $("body").offset().top
// }, 1000);
}
function hidePreview(){
+1 -1
View File
@@ -522,7 +522,7 @@ Password Recovery
}
.clickableImageContainer{
position: absolute;
position: fixed;
margin: auto;
text-align: center;
opacity: 1;