HTML code not working in html block. I would like to embed the following html code on a page. Help!

lwebblwebb Registered Users Posts: 17 Big grins
edited September 12, 2020 in SmugMug Customization
window.addEventListener('message', function(e) { var data = e.data; var iframe = document.querySelector('#chooseYourAnimation'); iframe.style.height = data + 'px'; }); #chooseYourAnimation { width: 100%; border: none; }

Comments

Sign In or Register to comment.