Home Top Ad

If statement not catching variable?

Share:

If statement not catching variable?

Try this.
//If second image(imgFileSizeCh ) is bigger than the first(revimg) do the below
if (imgFileSizeCh > revimg){

   $('body').css('display','none');
   console.clear();

   } }, 1000);

Aucun commentaire