Changes

From Life After BOB Wiki
4 bytes removed ,  17:02, 12 June 2021
no edit summary
Line 38: Line 38:  
   if(w-h>0){
 
   if(w-h>0){
 
     name = imageList[i].className
 
     name = imageList[i].className
     $('.'+name).css('max-height','100%');
+
     $('.'+name).css('height','100%');
 
   }
 
   }