Adding 'onresize' the <body> tag?
I wish to use a Google map like interface which use some javascript. I copied the script into Options > Custom CSS & JS, but I also need to add an "onresize" to the <body> tag:
<body onresize="resizeMapDiv()" onload="load()">
How should I proceed?
In advance thank you
<body onresize="resizeMapDiv()" onload="load()">
How should I proceed?
In advance thank you
Comments
this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.
P.S. For the body tag is responsible header.php file.
Thanks for understanding!
I have however a question regarding iframe: is there a way to change it's height when viewed on mobile devices? I put 1200 px of width and it's perfectly responsive, but I don't know to to fix the height (which I set at 600px but wish to have much less on mobile phones.
In advance thank you.