Added zoom plates on signs that needed it
Also made sure that pictures are pre-loaded, so we don't have a 2sec delay when showing them
This commit is contained in:
@@ -7,5 +7,7 @@ export function showPicture(link){
|
||||
}
|
||||
//Hide picture :
|
||||
export function hidePicture(){
|
||||
$("#picture_zoom").fadeOut(400);
|
||||
$("#picture_zoom").fadeOut(400, ()=>{
|
||||
$("#picture_zoom img").attr("src", '');
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user