was SUPPOSED to be a resize function. Useless, but just saving it.

PHOTO EMBED

Fri Jul 16 2021 16:32:57 GMT+0000 (Coordinated Universal Time)

Saved by @nemendolo #resize #jquery #function

const textBlock = 0.37645448;
  const pageWidth = $('.container').width();
  const pageHeight = $('.container').height();
	
  if (pageWidth <= 1920 && pageHeight <= 1080) {
    $('.container').css()
  } else {
    $('.container').css('max-width', '100%')
  }
content_copyCOPY