HTML code not working in html block. I would like to embed the following html code on a page. Help!
lwebb
Registered Users Posts: 17 Big grins
window.addEventListener('message', function(e) {
var data = e.data;
var iframe = document.querySelector('#chooseYourAnimation');
iframe.style.height = data + 'px';
});
#chooseYourAnimation {
width: 100%;
border: none;
}
0
Comments
That is Javascript and SmugMug doesn't allow JS.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk