Changes

Jump to navigation Jump to search
118 bytes added ,  16:42, 12 June 2021
no edit summary
Line 30: Line 30:  
})
 
})
   −
var src = $('.fc-img').children().children().fileWidth;
+
var imageList = $('.fc-img').children().children();
console.log(src)
+
var name;
 +
for (var i = 0; i<imageList.length; i++){
 +
  if(imageList[i].fileWidth>imageList[i].fileHeight{
 +
    name = imageList[i].alt;
 +
}
 +
 
 +
}
 
            
 
            
  

Navigation menu