Changes

Jump to navigation Jump to search
no edit summary
Line 31: Line 31:     
var imageList = $('.fc-img').children().children();
 
var imageList = $('.fc-img').children().children();
 +
console.log(imageList);
 
var name;
 
var name;
 
for (var i = 0; i<imageList.length; i++){
 
for (var i = 0; i<imageList.length; i++){
   if(imageList[i].fileWidth>imageList[i].fileHeight){
+
   //if(imageList[i].fileWidth>imageList[i].fileHeight){
    name = imageList[i].alt;
+
  // name = imageList[i].alt;
    console.log(name);
+
  //  console.log(name);
 +
console.log(imageList[i].fileWidth, imageList[i].fileHeight);
 
}
 
}
  

Navigation menu