function resizeIframe(iframe) {
iframe.height = iframe.contentWindow.document.body.scrollHeight + “px”;
}
The Burlingame B • February 24, 2025 • https://theburlingameb.org/10424/crosswords/valentines-crossword/
function resizeIframe(iframe) {
iframe.height = iframe.contentWindow.document.body.scrollHeight + “px”;
}