Changes

Jump to navigation Jump to search
175 bytes added ,  16:10, 12 June 2021
no edit summary
Line 10: Line 10:  
                 window.open(url, '_blank');
 
                 window.open(url, '_blank');
 
} );
 
} );
 +
 +
//check image orientation
 +
 +
          var orientation,
 +
          img = new Image();
 +
          img.src = $('img.fc-img').src
 +
          console.log(img.src);
 +
 +
           
 +
     

Navigation menu