jQuery to resize Canvas App iframe to full screen Franco MussoMarch 2, 2023 Share Share $( document ).ready(function() { var windowHeight = $(window).height(); $('.canvas-app-embed').attr('height',windowHeight + 'px'); });