Using iFrame to display HTML5 Responsive Ad
-
Hello. I’m working with this company that submitted HTML5 responsive for their marketing campaign. I uploaded all the files to my wordpress site and used an iframe to show it. I’ve implemented a scrolling feature to make it fit my screen. How do I dynamically change the scale especially on mobile? On the desktop, ideal zoom is 0.85. On mobile, ideal zoom is 0.46, while landscape mode is a different number. My iframe code is as follows. Thank you.
By the way, original banner dimension is 728×90.
<iframe alignment =”center” width=”100%” height=”100%” src=”https://themislabeledspecimen.com/wp-content/uploads/html5/TechLab_Q1_QuickCheck_Poll_728x90/index.html” style=”-webkit-transform:scale(0.46);-moz-transform-scale(0.46);-moz-transform-origin: top left; -webkit-transform-origin: top left; -o-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left;”></iframe>
The page I need help with: [log in to see the link]
- The topic ‘Using iFrame to display HTML5 Responsive Ad’ is closed to new replies.