Cambiato script per mostrare immagine
This commit is contained in:
@@ -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(){
|
||||
|
||||
@@ -522,7 +522,7 @@ Password Recovery
|
||||
}
|
||||
|
||||
.clickableImageContainer{
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user